| as_operator | R Documentation |
Convert an object to an eigencore operator.
as_operator(x, ...)
x |
Object to convert. |
... |
Additional arguments passed to methods. |
An eigencore_operator representation of x.
op <- as_operator(diag(c(3, 2, 1)))
op$dim
op$structure$kind
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.