apply_outfun: Apply output function(s) on the given Campsis results.

View source: R/generic.R

apply_outfunR Documentation

Apply output function(s) on the given Campsis results.

Description

Apply output function(s) on the given Campsis results.

Usage

apply_outfun(x, outfun, level = NULL, ...)

## S4 method for signature 'outfun'
apply_outfun(x, outfun, level = NULL, ...)

## S4 method for signature 'outfuns'
apply_outfun(x, outfun, level = NULL, ...)

Arguments

x

Campsis simulation results

outfun

output function(s), an 'outfun' or 'outfuns' object

level

level at which the output function is applied, 'replicate' by default

...

extra arguments transmitted automatically by Campsis (e.g. 'replicate' for the replicate number)

Value

the updated Campsis results


campsis documentation built on Aug. 5, 2026, 9:07 a.m.