print.matrix_output: Print Method for matrix_output Objects
Description
Custom print method for objects of class `matrix_output`.
Usage
# S3 method for matrix_output
print(x, ...)
Value
Invisibly returns `x` (the input object).
Arguments
- x
An object of class `matrix_output`.
- ...
Additional arguments (ignored).