Learn R Programming

campsis (version 1.9.0)

apply_outfun: 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 outfun apply_outfun(x, outfun, level = NULL, ...)

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

Value

the updated Campsis results

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)