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