compute_surface_flux_layer: Title Determine the surface flux from linear regression at...

View source: R/compute_surface_flux_layer.R

compute_surface_flux_layerR Documentation

Title Determine the surface flux from linear regression at layers

Description

Computation function. Given a measurement of the co2 and diffusive flux at different levels, return the surface flux

Usage

compute_surface_flux_layer(input_data)

Arguments

input_data

Required. A data frame containing zOffsets, diffusivity, and co2 (umol mol-1) and their associated errors

Value

A value of the surface CO2 flux (umol m-2 s-1)

Author(s)

John Zobitz zobitz@augsburg.edu

See Also

[compute_surface_flux()] for other ways to compute surface fluxes.


neonSoilFlux documentation built on Nov. 23, 2025, 1:06 a.m.