print.mc | R Documentation |
Print a description of the structure of the ‘mc’ or the ‘mcnode’ object.
## S3 method for class 'mc'
print(x, digits=3, ...)
## S3 method for class 'mcnode'
print(x, ...)
x |
a ‘mcnode’ or a ‘mc’ object. |
digits |
Number of digits to be used. |
... |
Further arguments to be passed to the print function. |
An invisible data frame.
mcnode
for ‘mcnode’ objects. mc
for
‘mc’ objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.