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