print.marble {marble} | R Documentation |
print a marble object
Description
Print a summary of a marble object
Usage
## S3 method for class 'marble'
print(x, digits = max(3, getOption("digits") - 3), ...)
Arguments
x |
marble object. |
digits |
significant digits in printout. |
... |
other print arguments. |
Value
No return value, called for side effects.
See Also
[Package marble version 0.0.3 Index]