extract_carbon_cal_data {NEONiso}R Documentation

extract_carbon_calibration_data.R

Description

extract_carbon_calibration_data.R

Usage

extract_carbon_cal_data(
  data_list,
  standards = c("co2Low", "co2Med", "co2High")
)

Arguments

data_list

List containing data, from the /*/dp01/data/ group in NEON HDF5 file.

standards

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.

Value

Returns data frame of required variables.

Author(s)

Rich Fiorella rfiorella@lanl.gov


[Package NEONiso version 0.7.0 Index]