flux: Re-run model

View source: R/flux.R

fluxR Documentation

Re-run model

Description

A function to either run fg_flux() or pro_flux() models from valid cfp_fgmod or cfp_pfmod objects.

Usage

flux(x)

Arguments

x

A valid cfp_fgmod or cfp_pfmod object.

Value

Either a cfp_pfres or cfp_fgres model result.

Examples

FLUX <- ConFluxPro::base_dat |> fg_flux()
FLUX2 <- flux(FLUX)

all.equal(FLUX, FLUX2)


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