View source: R/certification.R
| values | R Documentation |
Extract computed values.
values(x, ...)
x |
An eigencore result object. |
... |
Reserved for future methods. |
A numeric or complex vector of computed eigenvalues, singular values, or generalized singular values.
fit <- eig_partial(diag(c(3, 2, 1)), k = 2, target = largest())
values(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.