cfp_pfres | R Documentation |
A function to create an object of class cfp_pfres. This is the
central result class generated by running pro_flux()
. Intended for
internal use only.
cfp_pfres(x, y)
x |
A valid |
y |
The corresponding PROFULX |
A cfp_pfres
object. This inherits from cfp_pfmod()
.
Other model frames:
cfp_altres()
,
cfp_fgmod()
,
cfp_fgres()
,
cfp_pfmod()
PROFLUX <- pro_flux(ConFluxPro::base_dat)
cfp_pfres(
cfp_pfmod(ConFluxPro::base_dat),
PROFLUX$PROFLUX
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.