Description Usage Format Details Source Examples
Meteorological data from automated weather stations in Mexico
1 | data("weather_mx")
|
A data frame with 395403 observations on the following 16 variables.
USAF
Station number
Y
Year
M
Month
D
Day
Mean.temp
Mean temperature [C]
Min.temp
Minimum temperature[C]
Max.temp
Maximum temperature[C]
Dewpoint
Mean dew point [C]
Relative.H
Relative humidity [%]
Specific.H
Specific humidity
Pressure
Mean air pressure [hPa]
Precipitation
Total precipitation
Visibility
Visibility for the day [m]
Wind.speed
Mean wind speed [m/s]
Max.WS
Maximum sustained wind speed (1 min) [m/s]
Wind.gust
Maximum wind gust
This dataset contains automated weather station data from the National Oceanic and Atmospheric Administration (NOAA).
Data provided by National Oceanic and Atmospheric Administration (NOAA). ftp://ftp.ncdc.noaa.gov/pub/data/noaa/isd-history.txt
1 2 | data(weather_mx)
## maybe str(weather_mx) ; plot(weather_mx) ...
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.