print.ldecomp {mdatools} | R Documentation |
Print method for linear decomposition
Description
Generic print
function for linear decomposition. Prints information about
the ldecomp
object.
Usage
## S3 method for class 'ldecomp'
print(x, str = NULL, ...)
Arguments
x |
object of class |
str |
user specified text to show as a description of the object |
... |
other arguments |
[Package mdatools version 0.14.1 Index]