Climate data in central America from 1995 to 2000
climate.Rd
Monthly observations of atmospheric variables 1995-2000, between 113.75W-56.25W, 21.25S-36.25N with 2.5 degree grid spacing. Variables: pressure, temperature, ozone and low, medium, high cloud cover. Temperatures are given in degrees celsius (original data had Kelvin).
Usage
data(climate)
Format
A data frame with 41472 observations on the following 16 variables.
time
a numeric vector
y
a numeric vector
x
a numeric vector
lat
a numeric vector
long
a numeric vector
date
a POSIXct
cloudhigh
a numeric vector
cloudlow
a numeric vector
cloudmid
a numeric vector
ozone
a numeric vector
pressure
a numeric vector
surftemp
a numeric vector
temperature
a numeric vector
id
a character vector
month
a numeric vector
year
a numeric vector