- Error corrected in
flux_gep
: the columns in thecols_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.- Order of columns in the output of flux_match is more logical (f_start before f_end...).
- Vignettes temporarily back in Rmd until quarto_render bug is fixed (r-lib/pkgdown#2830)
- Added a vignette describing how to prepare the data for
fluxible
. flux_plot
now adds a vertical line showing where t_zero is.- 'flux_plot': scale_x_datetime arguments are now past as a list.
- Functions now recycle user's column names instead of renaming them. Columns created by fluxible functions have the suffix 'f_'.
- Correction in
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.
- All plots are colored the same (colors code for raw concentration data points and fit and slope in black).
- Legend for line types in plots.
- Plot subtitles indicating the fit type.
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.