qaqcchk | R Documentation |
Summary of the number of observations with a given QAQC flag for each parameter column of a swmpr object
qaqcchk(swmpr_in)
## S3 method for class 'swmpr'
qaqcchk(swmpr_in)
swmpr_in |
input swmpr object |
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
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.
qaqc
## get data
data(apadbwq)
dat <- apadbwq
## view the number observations in each QAQC flag
qaqcchk(dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.