flux_calc | R Documentation |
This function is designed to calculate Net Ecosystem Exchange (NEE) and Evapotranspiration (ET) by performing linear and non-linear fitting to LiCOR data. It incorporates various data preprocessing steps to ensure accurate interpretation, including unit conversion, dilution corrections, and handling of different types of variables.
flux_calc(fluxfiles, param = "et", skip = 9, vol = 2.197, area = 1.69)
fluxfiles |
A list of LiCOR data files obtained from the |
param |
A character string specifying the model to be fitted. Use "nee" for NEE calculation or "et" for ET calculation. |
skip |
An integer representing the number of lines to skip when reading the data files. |
vol |
The volume of the chamber in cubic meters. |
area |
The area of the chamber in square meters. |
A data frame containing calculated parameters, including model coefficients, R-squared values, AIC scores, and other relevant information.
Alex Brummer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.