Nothing
flux_calc
: gas concentration unit can be ppm, ppb or ppt. The conversion coefficient is integrated in flux_units
flux_calc
: atm_pressure
is averaged like temp_air_col
if it is a variable with more than one value per flux measurementflux_units
: new function returning a conversion factor to transform fluxes into the desired unitflux_calc
: flux_unit
argument now takes units in the form amount/surface/timeflux_lrc
: new function to standardize CO2 fluxes with PAR valuesflux_calc
:chamber_volume
and tube_volume
are deprecated, use setup_volume
insteadcols_nest = "all"
allows to nest all the columns, to keep raw dataflux_match
:ratio_threshold
is deprecated, use ratio_threshold
in flux_quality()
insteadf_conc
is no longer needed, deprecatedflux_quality
: ratio_threshold
default value is now 0.5, was 0 previously, which does not make senseflux_quality
: new no_slope
quality flag for when the model could not be fitted to the data.flux_match
: startcrop
argument is deprecated as flux_fitting(start_cut)
has a similar function.flux_calc
cols_ave
, cols_med
and and cols_cum
gets suffix added so it is possible to provide a variable to several of those arguments.cols_nest
: new argument for variable to keep in a nested tibble after flux calculation.flux_flag_count
: does not need the cut argument anymore, so it can also be used after calculating fluxes to provide a table with the number of measurements for each quality flag.flux_gep
: deprecated, renamed into flux_gpp
(does exactly the same).flux_quality
: fluxes with bad fit are now flagged as zero if their linear slope is below the minimal detectable slope (calculated as $2 \times \text{instrument error} / \text{length of flux}$) instead of discard.flux_fitting
:exp_hm
to use the HM model (Pedersen et al., 2010; Hutchinson and Mosier, 1981).flux_quality
: kappamax = TRUE
to apply the kappamax method (Hüppi et al., 2018) on any of the exponential fits.force_linear
and force_exp
to force the use of the linear or exponential slope (kappamax method).flux_match
: option to feed a column with the end time instead of a fixed measurement length, in case fluxes do not all have the same lengthflux_calc
:cols_sum
columns for which the values will be summed for each flux.cols_med
columns for which the median will be provided for each flux.stupeflux
: a wrap function to directly process raw gas concentration data into ecosystem gas fluxes.flux_fitting
: if optim
returns non-finite values, the slope is NA and the function does not crash anymore.flux_fitting
: new model exp_tz
. Same as exp_zhao18
except the user defines t_zero
.flux_gep
: fluxes presents in the dataset that are neither NEE nor ER (soilR, LRC or other) are not lost anymore.flux_quality
: added force_zero
argument to force a flux to be replaced by zero.flux_gep
: the columns in the cols_keep
argument are
filled for GEP flux with values from NEE flux, and NA if missing,
but not values from ER fluxes.flux_gep
allows to keep all columns without naming them.fluxible
.flux_plot
now adds a vertical line showing where t_zero is.flux_quality
: 'zero' and 'discard' flags were inverted when
using the linear fit.flux_plot
: fixed the blurriness of quality flags.flux_gep
function to calculate GEP.flux_calc
allows to choose units.flux_calc
alows plot area as a variable.flux_fitting
with exponential model works when concentration data are
missing in the middle of the measurement.Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.