File: tao.Rd

package info (click to toggle)
r-cran-vim 6.2.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,556 kB
  • sloc: cpp: 141; sh: 12; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 924 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/VIM-package.R
\docType{data}
\name{tao}
\alias{tao}
\title{Tropical Atmosphere Ocean (TAO) project data}
\format{
A data frame with 736 observations on the following 8 variables.
\describe{ \item{Year}{a numeric vector} \item{Latitude}{a
numeric vector} \item{Longitude}{a numeric vector}
\item{Sea.Surface.Temp}{a numeric vector} \item{Air.Temp}{a
numeric vector} \item{Humidity}{a numeric vector}
\item{UWind}{zonal wind, i.e. latitude-parallel wind} \item{VWind}{meridional wind, i.e. longitude-parallel wind} }
}
\source{
\url{http://www.pmel.noaa.gov/tao/}
}
\description{
A small subsample of the Tropical Atmosphere Ocean (TAO) project data,
derived from the \code{GGOBI} project.
}
\details{
All cases recorded for five locations and two time periods.
}
\examples{

data(tao, package = "VIM")
summary(tao)
aggr(tao)

}
\keyword{datasets}