coercion: coercion

as_cfp_fgmodR Documentation

coercion

Description

These functions help coerce different object types in ConFluxPro.

Usage

as_cfp_fgmod(x)

as_cfp_pfmod(x)

Arguments

x

An object which should be coerced

Value

Either a cfp_fgmod or cfp_pfmod model frame

Functions

  • as_cfp_fgmod(): to cfp_fgmod

  • as_cfp_pfmod(): to cfp_pfmod

Examples

PROFLUX <- pro_flux(base_dat)
as_cfp_pfmod(PROFLUX)

FLUX <- fg_flux(base_dat)
as_cfp_fgmod(FLUX)



ConFluxPro documentation built on Aug. 8, 2025, 7:01 p.m.