cfp_pfres: Model result of pro_flux

View source: R/cfp_pfres.R

cfp_pfresR 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 cfp_pfmod object

y

The corresponding PROFULX data.frame.

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
)



valentingar/ConFluxPro documentation built on Dec. 1, 2024, 9:35 p.m.