View source: R/certification.R
| vectors | R Documentation |
Extract eigenvectors.
vectors(x, ...)
x |
An eigencore eigen result object. |
... |
Reserved for future methods. |
A matrix whose columns are computed right eigenvectors, or NULL
when vectors were not requested or are unavailable.
fit <- eig_partial(diag(c(3, 2, 1)), k = 2, target = largest())
dim(vectors(fit))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.