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