https://github.com/hadley/dplyr
Raw File
Tip revision: e2a2a00cb5054175d9e4489a43088c2dff35525d authored by hadley on 22 June 2017, 14:06:26 UTC
Update site
Tip revision: e2a2a00
nasa.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data-nasa.r
\docType{data}
\name{nasa}
\alias{nasa}
\title{NASA spatio-temporal data}
\format{A \link{tbl_cube} with 41,472 observations.}
\usage{
nasa
}
\description{
This data comes from the ASA 2007 data expo,
\url{http://stat-computing.org/dataexpo/2006/}. The data are geographic and
atmospheric measures on a very coarse 24 by 24 grid covering Central
America. The variables are: temperature (surface and air), ozone,
air pressure, and cloud cover (low, mid, and high). All variables are
monthly averages, with observations for Jan 1995 to Dec 2000. These data
were obtained from the NASA Langley Research Center Atmospheric Sciences
Data Center (with permission; see important copyright terms below).
}
\section{Dimensions}{


\itemize{
\item \code{lat}, \code{long}: latitude and longitude
\item \code{year}, \code{month}: month and year
}
}

\section{Measures}{


\itemize{
\item \code{cloudlow}, \code{cloudmed}, \code{cloudhigh}: cloud cover
at three heights
\item \code{ozone}
\item \code{surftemp} and \code{temperature}
\item \code{pressure}
}
}

\examples{
nasa
}
back to top