View source: R/print.profileLadder.R
print.profileLadder | R Documentation |
profileLadder
Function to organize and print the outputs provided by the function
parallelReserve()
and the function mcReserve
## S3 method for class 'profileLadder'
print(x, ...)
x |
an object of the class |
... |
further arguments passed to |
displays information resulting from a call of the parallelReserve()
function or the mcReserve
function
as.profileLadder()
, parallelReserve()
, mcReserve()
data(CameronMutual)
x <- as.profileLadder(CameronMutual)
print(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.