as.matrix.ldecomp {mdatools} | R Documentation |
as.matrix method for ldecomp object
Description
Generic as.matrix
function for linear decomposition. Returns a matrix with information
about the decomposition.
Usage
## S3 method for class 'ldecomp'
as.matrix(x, ncomp = NULL, ...)
Arguments
x |
object of class |
ncomp |
number of components to get the result for (if NULL will return for each available) |
... |
other arguments |
[Package mdatools version 0.14.1 Index]