extract_water_calibration_data: extract_water_calibration_data

View source: R/reference_data_extraction.R

extract_water_calibration_dataR Documentation

extract_water_calibration_data

Description

extract_water_calibration_data

Usage

extract_water_calibration_data(
  data_list,
  ucrt_list = NULL,
  standard,
  ucrt_source = "data",
  method = "by_site"
)

Arguments

data_list

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

ucrt_list

List containing uncertainty data, from the /*/dp01/ucrt/ group in NEON HDF5 file. (only works if paired with ucrt_source = 'ucrt' and method = 'by_month')

standard

String indicating whether to grab data from the high, medium, or low standard.

ucrt_source

Where from HDF5 file should variance be extracted from? (Only "data" works now..."ucrt" will throw an error.)

method

Are we calling this function from the calibrate_water_linreg function (use "by_month") or the calibrate_water_linreg_bysite function (use "by_site)

Value

Returns data frame of required variables.

Author(s)

Rich Fiorella rfiorella@lanl.gov


NEONiso documentation built on Sept. 20, 2023, 9:07 a.m.