deepflux {ConFluxPro} | R Documentation |
Extract flux rates from deep soil
Description
Extract the incoming and outgoing flux from below the deepest
layer of a pro_flux()
model. This returns zero, if zero_flux=TRUE
.
Usage
deepflux(x, ...)
Arguments
x |
A valid |
... |
Further parameters passed on to |
Details
F0 represents the flux below the lowest layer defined in the
cfp_pfres()
model
Value
data.frame with F0 (µmol / m^2 / s
)
Examples
PROFLUX <- ConFluxPro::base_dat |> pro_flux()
deepflux(PROFLUX)
[Package ConFluxPro version 1.3.1 Index]