cfp_fgmod | R Documentation |
An S3 class for fg_flux()
models. The class inherits from
cfp_dat and adds any model specific parameters.
cfp_fgmod(
x,
gases = unique_gases(x),
modes = "LL",
param = c("c_air", "DS"),
funs = c("arith", "harm")
)
x |
A |
gases |
(character) A character vector defining the gases for which fluxes shall be calculated. |
modes |
(character) A character vector specifying mode(s) for dcdz
calculation. Can be
|
param |
(character) A vector containing the the parameters of soilphys, for which means should be calculated, must contain "c_air" and "DS", more parameters may help interpretation. |
funs |
(character) A vector defining the type of mean to be used for
each parameter in |
A cfp_fgmod
object. This inherits from cfp_dat()
and
adds model specific parameters.
DAVIDSON, E. A., SAVAGE, K. E., TRUMBORE, S. E., & BORKEN, W. (2006). Vertical partitioning of CO2 production within a temperate forest soil. In Global Change Biology (Vol. 12, Issue 6, pp. 944–956). Wiley. https://doi.org/10.1111/j.1365-2486.2005.01142.x
Other model frames:
cfp_altres()
,
cfp_fgres()
,
cfp_pfmod()
,
cfp_pfres()
cfp_fgmod(ConFluxPro::base_dat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.