print.mcSetup {ProfileLadder}R 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) 


[Package ProfileLadder version 0.1.3 Index]