cfp_fgres {ConFluxPro} | R Documentation |
Model result of fg_flux
Description
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.
Usage
cfp_fgres(x, y)
Arguments
x |
A valid |
y |
The corresponding FLUX |
Value
A cfp_fgres
object. This inherits from cfp_fgmod()
.
See Also
Other model frames:
cfp_altres()
,
cfp_fgmod()
,
cfp_pfmod()
,
cfp_pfres()
Examples
FLUX <- fg_flux(ConFluxPro::base_dat)
cfp_fgres(
cfp_fgmod(ConFluxPro::base_dat),
FLUX$FLUX
)
[Package ConFluxPro version 1.3.1 Index]