compute_surface_flux {neonSoilFlux} | R Documentation |
Internal fucntion to compute CO2 surface flux
Description
Computation function. Given a measurement of the co2 and diffusive flux at different levels, return the surface flux
Usage
compute_surface_flux(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
[Package neonSoilFlux version 1.0.0 Index]