ohtemp.int | R Documentation |
30 year trimmed mean daily temperatures interval dataset for the Ohio river basin generated from ohtemp dataset. Intervals are defined by the mean daily maximum and minimum temperatures for the Ohio river basin from January 1, 1988 - December 31, 2018. The 116 observations in this dataset all had at least 300 daily observations of temperature in at least 30 of the 31 considered years. The mean was calculated after trimming 10 influence of potential outliers.
data(ohtemp.int)
A data frame with 161 rows and 7 variables:
ID
: The global historical climatological network (GHCN) station identifier
NAME
: The GHCN station name
STATE
: The two-digit designation for the state in which each station resides
LATITUDE
: Latitude coordinate position
LONGITUDE
: Longitude coordinate position
ELEVATION
: Elevation of the measurement location (meters)
TEMPERATURE
: The 30 year mean daily temperature (tenths of degrees Celsius)
https://CRAN.R-project.org/package=intkrige
data(ohtemp.int)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.