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 |
... |
further arguments passed to |
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]