Learn R Programming

ProfileLadder (version 0.2.2)

print.mcSetup: Print Objects of the S3 Class mcSetup

Description

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

Usage

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

Value

displays information resulting from a call of the incrExplor()

function

Arguments

x

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

...

further arguments passed to print

See Also

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

Examples

Run this code
data(CameronMutual)
x <- incrExplor(CameronMutual)
print(x) 

Run the code above in your browser using DataLab