data_air | R Documentation |
This dataset includes hourly air pollutants and weather data measured at the Dongsi air quality monitoring site in Beijing (China) for 320 complete days of the year 2015. These data are taken from the Beijing Multi-Site Air Quality Dataset published in the UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/Beijing+Multi-Site+Air-Quality+Data (Zhang et al., 2017).
data_air
A data frame (tibble) with 7680 rows and 6 columns:
DATE
: day's date;
HOUR
: hour of the day;
NO2
: nitrogen dioxide concentration
(μg/m³);
O3
: ozone concentration
(μg/m³);
TEMP
: temperature (°C);
WIND
: wind speed (m/s).
Zhang, S., Guo, B., Dong, A., He, J., Xu, Z. and Chen, S. X. (2017). Cautionary Tales on Air-Quality Improvement in Beijing. Proceedings of the Royal Society A, 473.
data_body
, gmbn_body
,
gmdbn_air
, gmm_body
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.