check_qf_flags {neonSoilFlux} | R Documentation |
Internal helper function to determine availability of data within a time interval
Description
Given a data measurement, determine when a monthly mean is used and the bulk QF flags. Helps to determine when the environmental measurements produced a QF value and to be used in subsequent flux calculations.
Usage
check_qf_flags(measurement_name, data)
Arguments
measurement_name |
The name of the measurement (staPres, soilTemp, VSWC, soilCO2Concentration) |
data |
Data used to check the qf flags |
Value
A data frame of startDateTime, horizontalPosition, and the associated QF flag.
# changelog and author contributions / copyrights
Author(s)
John Zobitz zobitz@augsburg.edu
[Package neonSoilFlux version 1.0.0 Index]