nyspatial | R Documentation |
Average ozone concentration values and three covariates from 28 sites in New York.
nyspatial
An object of class data.frame
with 28 rows and 9 columns.
See the NYdata set in spTimer package, \insertCitespTimer;textualbmstdr. Each data row is the mean of the available daily 8-hour maximum average ozone concentrations in parts per billion (ppb) at each of the 28 sites. The daily values are for the months of July and August in 2006. @format A data frame with 28 rows and 9 columns:
site index (1 to 28)
Longitude of the site
Latitude of the site
UTM X-coordinate of the site
UTM Y-coordinate of the site
Average ozone concentration value (ppb) at the site over 62 days in July and August, 2006
Average maximum temperature (degree Celsius) at the site over 62 days in July and August, 2006
Average wind speed (nautical mile per hour) over 62 days in July and August, 2006
Average relative humidity over 62 days in July and August, 2006
head(nyspatial)
summary(nyspatial)
pairs(nyspatial[, 6:9])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.