get_eigspace {qwalkr} | 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(...)