flux_calc: NEE and ET Calculation from LiCOR Data

View source: R/nee_et_calc.R

flux_calcR Documentation

NEE and ET Calculation from LiCOR Data

Description

[Stable]

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.

Usage

flux_calc(fluxfiles, param = "et", skip = 9, vol = 2.197, area = 1.69)

Arguments

fluxfiles

A list of LiCOR data files obtained from the read_files function, including 'photo_names', 'resp_names', and 'ambient_names'.

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.

Value

A data frame containing calculated parameters, including model coefficients, R-squared values, AIC scores, and other relevant information.

Author(s)

Alex Brummer


PaulESantos/rmblflux documentation built on Nov. 8, 2023, 11:52 p.m.