as.matrix.ldecomp | R Documentation |
Generic as.matrix
function for linear decomposition. Returns a matrix with information
about the decomposition.
## S3 method for class 'ldecomp'
as.matrix(x, ncomp = NULL, ...)
x |
object of class |
ncomp |
number of components to get the result for (if NULL will return for each available) |
... |
other arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.