QC.meas {FishResp} | R Documentation |
Quality Control of Raw Data
Description
Graphical quality control tests of temperature and oxygen raw data before and after correction for background respiration
Usage
QC.meas(clean.data,
QC = c("Temperature",
"Total.O2.phases",
"Corrected.O2.phases",
"Total.O2.chambers",
"Corrected.O2.chambers"))
Arguments
clean.data |
a data frame obtained by using the function |
QC |
string: the name of a visual QC test. Five options are available:
|
Examples
## Not run:
# if the data have been already loaded to R,
# skip the first line of the code:
data(SMR.clean)
QC.meas(SMR.clean, "Temperature")
QC.meas(SMR.clean, "Total.O2.phases")
QC.meas(SMR.clean, "Corrected.O2.phases")
QC.meas(SMR.clean, "Total.O2.chambers")
QC.meas(SMR.clean, "Corrected.O2.chambers")
## End(Not run)
[Package FishResp version 1.1.1 Index]