print.profileLadder {ProfileLadder}R Documentation

Print objects of the S3 class profileLadder

Description

Function to organize and print the outputs provided by the function parallelReserve() and the function mcReserve

Usage

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

Arguments

x

an object of the class profileLadder resulting from a call of one of the functions parallelReserve(), mcReserve, or as.profileLadder()

...

further arguments passed to print

Value

displays information resulting from a call of the parallelReserve() function or the mcReserve function

See Also

as.profileLadder(), parallelReserve(), mcReserve()

Examples

data(CameronMutual)
x <- as.profileLadder(CameronMutual)
print(x) 


[Package ProfileLadder version 0.1.2 Index]