Print method for CanCorr
and RDA
objects.
# S3 method for CanCorr
print(x, digits=4, ...)
# S3 method for RDA
print(x, digits=4, ...)
# S3 method for MPCR
print(x, digits=4, ...)
No return value, called for side effects
An object returned from the class of either CanCorr
,
RDA
, or MPCR
.
Number of digits in printing the matrices. The default is 4.
Unused.
Mike W.-L. Cheung <mikewlcheung@nus.edu.sg>