airData-class: S4 Class airData

Description Slots Contructor function

Description

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.

Slots

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.

Contructor function

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", ...).


unDocUMeantIt/paRticulates documentation built on Jan. 20, 2020, 5:15 p.m.