as_cfp_fgmod {ConFluxPro} | R Documentation |
coercion
Description
These functions help coerce different object types in ConFluxPro.
Usage
as_cfp_fgmod(x)
as_cfp_pfmod(x)
Arguments
x |
An object which should be coerced |
Value
Either a cfp_fgmod or cfp_pfmod model frame
Functions
-
as_cfp_fgmod()
: to cfp_fgmod -
as_cfp_pfmod()
: to cfp_pfmod
Examples
PROFLUX <- pro_flux(base_dat)
as_cfp_pfmod(PROFLUX)
FLUX <- fg_flux(base_dat)
as_cfp_fgmod(FLUX)
[Package ConFluxPro version 1.3.1 Index]