extract_carbon_calibration_data.R
extract_carbon_cal_data(
data_list,
standards = c("co2Low", "co2Med", "co2High")
)
Returns data frame of required variables.
List containing data, from the /*/dp01/data/ group in NEON HDF5 file.
Which reference gases (standards) to use? Default is all, but can pass a subset of "co2Low", "co2Med", and "co2High" as a vector to this argument as well.
Rich Fiorella rfiorella@lanl.gov