Skip to contents

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 cfp_fgmod object

y

The corresponding FLUX data.frame.

Value

A cfp_fgres object. This inherits from cfp_fgmod().

See also

Other model frames: cfp_altres(), cfp_fgmod(), cfp_pfmod(), cfp_pfres()

Examples

if (FALSE) { # interactive()
FLUX <- fg_flux(ConFluxPro::base_dat)
cfp_fgres(
  cfp_fgmod(ConFluxPro::base_dat),
  FLUX$FLUX
)

}