Learn R Programming

rmweather (version 0.2.62)

data_london_normalised: 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

Arguments

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

Stuart K. Grange

See Also

data_london

Examples

Run this code

# Load rmweather's meteorologically normalised example data and check
head(data_london_normalised)

Run the code above in your browser using DataLab