qaqcchk {SWMPr} | R Documentation |
Summary of QAQC flags in SWMP data
Description
Summary of the number of observations with a given QAQC flag for each parameter column of a swmpr object
Usage
qaqcchk(swmpr_in)
## S3 method for class 'swmpr'
qaqcchk(swmpr_in)
Arguments
swmpr_in |
input swmpr object |
Details
Viewing the number of observations for each parameter that are assigned to a QAQC flag may be useful for deciding how to process the data qith qaqc. The qaqcchk
function can be used to view this information. Consult the online documentation for a description of each QAQC flag: https://cdmo.baruch.sc.edu/data/qaqc.cfm
Value
Returns a data.frame
with columns for swmpr parameters and row counts indicating the number of observations in each parameter assigned to a flag value.
See Also
Examples
## get data
data(apadbwq)
dat <- apadbwq
## view the number observations in each QAQC flag
qaqcchk(dat)
[Package SWMPr version 2.5.1 Index]