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