utahDataList | R Documentation |
Zero-centered daily minimum temperatures averaged across 30-day windows from 1919 to 2014 across the US state of Utah; also includes dates, coordinates, and station names. Originally collected from the Utah Climate Center.
utahDataList
A data set with 4 variables:
A 1251 by 146 matrix of zero-centered 30-day average daily minimum temperatures from 1912 through 2014. Missing observations are denoted using NA
.
A vector of length 1251 and class Date
providing the day of each observation in the same order as the rows of TemperatureVals
. Note that this package expects observation times to be regularly spaced.
A 142 by 2 data frame containing the longitude (first variable) and latitude (second variable) of measured locations.
A character vector of length 146 containing the station names for measured locations in the same order as the columns of TemperatureVals
and the rows of Coords
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.