Description Usage Arguments Value See Also Examples
Apply basic quality control to a dataset: PM2.5 between 0 and 2000, temperature (ºF) between -40 and 185, and humidity (%) between 0 and 100. Also provides an option to average PM2.5 columns A and B of a dataset
1 |
dataset |
The dataset for which to convert timezone data (column: "datetime") |
drop_hi |
Logical; drop monitors for which "flag_highValue" is TRUE in the defined meta data |
avg_ab |
Logical; create a column to average PM2.5 values of A & B monitors |
loc_data |
The dataset containing site IDs and flag_highValue |
Dataset with improbable values removed, and (optionally) additional columns for averaged A & B monitor values:
Rowwise mean of pm25_cf1_A
and pm25_cf1_B
Rowwise mean of pm25_atm_A
and pm25_atm_B
Other PA functions:
apply_corrections()
,
apply_epa()
,
apply_functions()
,
apply_lrapa()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.