QC.meas | R Documentation |
Graphical quality control tests of temperature and oxygen raw data before and after correction for background respiration
QC.meas(clean.data,
QC = c("Temperature",
"Total.O2.phases",
"Corrected.O2.phases",
"Total.O2.chambers",
"Corrected.O2.chambers"))
clean.data |
a data frame obtained by using the function |
QC |
string: the name of a visual QC test. Five options are available:
|
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.