print.MPCR: Print Method for MPCR Objects
Description
Print method for MPCR objects.
Usage
# S3 method for MPCR
print(x, digits = 4, ...)
Value
No return value, called for side effects
Arguments
- x
An object returned from the class of MPCR.
- digits
Number of digits in printing the matrices. The default is 4.
- ...
Unused.