print.mc: Prints a mcnode or a mc Object

View source: R/print.mc.R

print.mcR Documentation

Prints a mcnode or a mc Object

Description

Print a description of the structure of the ‘⁠mc⁠’ or the ‘⁠mcnode⁠’ object.

Usage

## S3 method for class 'mc'
print(x, digits=3, ...)
## S3 method for class 'mcnode'
print(x, ...)

Arguments

x

a ‘⁠mcnode⁠’ or a ‘⁠mc⁠’ object.

digits

Number of digits to be used.

...

Further arguments to be passed to the print function.

Value

An invisible data frame.

See Also

mcnode for ‘⁠mcnode⁠’ objects. mc for ‘⁠mc⁠’ objects.


mc2d documentation built on July 26, 2023, 6:07 p.m.