cfp_pfmod {ConFluxPro} | R Documentation |
Model frame for pro_flux
Description
An S3 class for pro_flux()
models. The class inherits
from cfp_dat and adds any model specific parameters.
Usage
cfp_pfmod(
x,
zero_flux = TRUE,
zero_limits = c(-Inf, Inf),
DSD0_optim = FALSE,
evenness_factor = 0,
known_flux_factor = 0
)
Arguments
x |
A |
zero_flux |
(logical) Applies the zero-flux boundary condition? If
|
zero_limits |
(numeric vector) a vector of length 2 defining the lower
and upper limit of the lowest flux if |
DSD0_optim |
|
evenness_factor |
|
known_flux_factor |
Value
A cfp_pfmod
object that inherits from cfp_dat()
See Also
Other model frames:
cfp_altres()
,
cfp_fgmod()
,
cfp_fgres()
,
cfp_pfres()
Examples
cfp_pfmod(ConFluxPro::base_dat)
### coercion from other object types (internal)
pro_flux(ConFluxPro::base_dat) |>
as_cfp_pfmod()