View source: R/measurement_merge.R
measurement_merge | R Documentation |
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).
measurement_merge(
neon_data,
data_code,
data_product_id,
measurement_name,
qf_name
)
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) |
A data frame of the requested data.
John Zobitz zobitz@augsburg.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.