data_london_normalised {rmweather} | R Documentation |
Example of meteorologically normalised data for the rmweather package.
Description
These example data are derived from the observational data included in rmweather and represent meteorologically normalised NO2 concentrations at London Marylebone Road, aggregated to monthly resolution.
Usage
data_london_normalised
Format
Tibble with 258 observations and 5 variables. The variables are:
date
, date_end
, site
, site_name
, and
value_predict
. The dates are in POSIXct
format, the site
variables are characters and value_predict
is numeric.
Author(s)
Stuart K. Grange
See Also
Examples
# Load rmweather's meteorologically normalised example data and check
head(data_london_normalised)
[Package rmweather version 0.2.6 Index]