USHCNTemp | R Documentation |
Summer maxima/Winter minima temperatures over the years 1911–2010 observed at 424 weather stations located in continental USA.
data(USHCNTemp)
This data set contains three R objects: 'maxima.summer', 'minima.winter' and 'metadata'. 'maxima.summer' is a 100 by 424 matrix giving the temperature in degrees, each column correspond to one location. 'minima.winter is a 99 by 424 matrix giving the temperature in degrees, each column correspond to one location. 'metadata' is a 424 by 5 data frame giving station identifier, the longitude, latitude, elevation and the state for each station.
Mathieu Ribatet
data(USHCNTemp) ##require(maps) ## <<-- to plot US borders maps::map("usa") plot(metadata[,2:3], pch = 15)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.