measurement_merge: Internal function that filters environmental data for easier...

View source: R/measurement_merge.R

measurement_mergeR Documentation

Internal function that filters environmental data for easier processing of fluxes.

Description

Internal function. Given a set of environmental measurements, create a merged data frame of measurements and positions where the QF_flag exists (either observed or a smoothed mean measurement).

Usage

measurement_merge(
  neon_data,
  data_code,
  data_product_id,
  measurement_name,
  qf_name
)

Arguments

neon_data

Required. A list of NEON data downloaded from the utilities

data_code

Required. Names of data product we are interpolating. (SWS = soil water, ST = soil temperature, SCO2C = soil CO2)

data_product_id

Name of the data product 00094 = soil water, 00041 = soil temperature, 00095 = soil CO2

measurement_name

Required. Names of column we are grabbing. (VSWCMean = soil water, soilTempMean = soil temperature, soilCO2concentrationMean = soil CO2)

qf_name

Required. Names of qf column we are grabbing. (VSWCFinalQF = soil water, finalQF = soil temperature, finalQF = soil CO2)

Value

A data frame of the requested data.

Author(s)

John Zobitz zobitz@augsburg.edu


jmzobitz/NEONSoils documentation built on May 31, 2024, 12:20 p.m.