as_cfp_fgmod | R Documentation |
These functions help coerce different object types in ConFluxPro.
as_cfp_fgmod(x)
as_cfp_pfmod(x)
x |
An object which should be coerced |
Either a cfp_fgmod or cfp_pfmod model frame
as_cfp_fgmod()
: to cfp_fgmod
as_cfp_pfmod()
: to cfp_pfmod
PROFLUX <- pro_flux(base_dat)
as_cfp_pfmod(PROFLUX)
FLUX <- fg_flux(base_dat)
as_cfp_fgmod(FLUX)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.