print.matrix_output {CDsampling} | R Documentation |
Print Method for matrix_output Objects
Description
Custom print method for objects of class 'matrix_output'.
Usage
## S3 method for class 'matrix_output'
print(x, ...)
Arguments
x |
An object of class 'matrix_output'. |
... |
Additional arguments (ignored). |
Value
Invisibly returns 'x' (the input object).
[Package CDsampling version 0.1.6 Index]