Description Usage Format Source Examples
pollZH16.csv contains hourly air pollution measurements from a station in the city center of Zurich, in a courtyard, for the year 2016. pollZH16d.csv is the subset of measurements for hour=15 .
1 2 |
A data frame with 8784 observations (366 for d.pollZH16d)
on the following 13 variables.
dateDate
hourhour of the day, 0-23 scale
O3O3 concentration
NO2NO2 concentration
temptemperature, Celsius scale
radradiation
precprecipitation
dateshortcharacter: Short identification of the day:
A-L encodes the month; 1-9, a-x encodes the day of the month.
For d.pollZH16d, these are used as row.names
weekday... as factor, levels Mon to Sun
month... as factor, levels Jan to Dec
sumhalflogical: TRUE from Apr to Sep
sundaylogical: TRUE for Sundays
daytypefactor with levels work, for workdays,
Sat and Sun
Bundesamt f\"ur Umwelt (BAFU), Schw. Eidgenossenschaft, https://www.bafu.admin.ch/bafu/de/home/themen/luft/zustand/daten/datenabfrage-nabel.html
1 2 | data(d.pollZH16d)
plot(NO2~rad, data=d.pollZH16d)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.