Learn R Programming

rmweather (version 0.2.62)

data_london: Example observational data for the rmweather package.

Description

These example data are daily means of NO2 and NOx observations at London Marylebone Road. The accompanying surface meteorological data are from London Heathrow, a major airport located 23 km west of Central London.

Usage

data_london

Arguments

Format

Tibble with 15676 observations and 11 variables. The variables are: date, date_end, site, site_name, value, air_temp, atmospheric_pressure, rh, wd, and ws. The dates are in POSIXct format, the site variables are characters and all other variables are numeric.

Author

Stuart K. Grange

Details

The NO2 and NOx observations are sourced from the European Commission Air Quality e-Reporting repository which can be freely shared with acknowledgement of the source. The meteorological data are sourced from the Integrated Surface Data (ISD) database which cannot be redistributed for commercial purposes and are bound to the WMO Resolution 40 Policy.

Examples

Run this code

# Load rmweather's example data and check
head(data_london)

Run the code above in your browser using DataLab