USAtemp | R Documentation |
The USAtemp
data frame has 1214 rows and 3 columns of data containing average Winter temperatures in 1981 from 1205 stations in USA.
data(USAtemp)
The data frame contains the following columns:
temp a numeric vector of average temperatures (Fahrenheit)
lat a numeric vector of the latitude of a station
long a numeric vector of the longitude of a station
The average Winter temperatures are calculated as the averages of temperatures in December, January and February. The geological locations of 1214 stations are given in terms of longitude and latitude.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.