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