Extract only the data corresponding to validation/calibration time periods.
Source:R/reference_data_extraction.R
extract_carbon_cal_data.Rd
Extracts data matching a value of "co2Low," "co2Med," or "co2High" which correspond to the validation gases of known CO2, d13C that are fed to the analyzer daily.
Usage
extract_carbon_cal_data(
data_list,
standards = c("co2Low", "co2Med", "co2High")
)
Author
Rich Fiorella rfiorella@lanl.gov