insert_mean {neonSoilFlux}R Documentation

Internal function that inserts smoothed mean value of a measurement at a site

Description

Given a site measurement and monthly mean, insert in the monthly mean value when the QF flag fails.

Usage

insert_mean(data, monthly_mean, measurement_name)

Arguments

data

Required. input data to use

monthly_mean

Required. monthly mean of input data to use

measurement_name

Required. name of measurement

Value

Nested data frame of measurements

Author(s)

John Zobitz zobitz@augsburg.edu


[Package neonSoilFlux version 1.0.0 Index]