Description Usage Arguments Value See Also
View source: R/wrcc_ESAMQualityControl.R
Perform various QC measures on WRCC EBAM data.
The any numeric values matching the following are converted to NA
x < -900
x == -9.9899
x == 99999
The following columns of data are tested against valid ranges:
Flow
AT
RHi
ConcHr
A POSIXct datetime
column (UTC) is also added based on DateTime
.
1 2 3 4 5 6 7 8 9 10 11 12 |
tbl |
single site tibble created by |
valid_Longitude |
range of valid Longitude values |
valid_Latitude |
range of valid Latitude values |
remove_Lon_zero |
flag to remove rows where Longitude == 0 |
remove_Lat_zero |
flag to remove rows where Latitude == 0 |
valid_Flow |
range of valid Flow values |
valid_AT |
range of valid AT values |
valid_RHi |
range of valid RHi values |
valid_Conc |
range of valid ConcHr values |
flagAndKeep |
flag, rather than remove, bad data during the QC process |
Cleaned up tibble of WRCC monitor data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.