Description Slots Contructor function
Used to provide a single object class for various sources of sensor data. For instance, CSV data obtained from madavi.de or luftdaten.info has a different format even if the same device was used.
data
List of data frames containing all raw data.
layout
Data frame with two columns, obj
, data
,
and time
,
and rows named after the type of data measured (e.g., PM10
, PM2_5
,
temperature
, humidity
). For each type, it defines in which
data frame from the data
slot the actual data can be found, and how the
column with the time data is called.
Should you need to manually generate objects of this class (which should rarely be
the case), the contructor function airData(...)
can be used instead of
new("airData", ...)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.