print.mcSetup: Print Objects of the S3 Class 'mcSetup'

View source: R/print.mcSetup.R

print.mcSetupR Documentation

Print Objects of the S3 Class mcSetup

Description

Function to organize and print the output provided by the function incrExplor()

Usage

## S3 method for class 'mcSetup'
print(x, ...)

Arguments

x

an object of the class mcSetup resulting from a call of the incrExplor() function

...

further arguments passed to print

Value

displays information resulting from a call of the incrExplor() function

See Also

incrExplor(), mcReserve(), mcBreaks(), mcStates()

Examples

data(CameronMutual)
x <- incrExplor(CameronMutual)
print(x) 


ProfileLadder documentation built on Aug. 8, 2025, 6:10 p.m.