get_eigspace | R Documentation |
Extract an Eigenspace from an Operator
get_eigspace(object, ...)
object |
a representation of the operator. |
... |
further arguments passed to or from other methods. |
A representation of the requested eigenspace.
get_eigproj()
, get_eigschur()
,
get_eigspace.spectral()
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
get_eigspace(s, 1) #-> get_eigspace.spectral(...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.