get_eigspace {qwalkr} | R Documentation |
Extract an Eigenspace from an Operator
Description
Extract an Eigenspace from an Operator
Usage
get_eigspace(object, ...)
Arguments
object |
a representation of the operator. |
... |
further arguments passed to or from other methods. |
Value
A representation of the requested eigenspace.
See Also
get_eigproj()
, get_eigschur()
,
get_eigspace.spectral()
Examples
s <- spectral(rbind(c(0.5, 0.3), c(0.3,0.7)))
get_eigspace(s, 1) #-> get_eigspace.spectral(...)
[Package qwalkr version 0.1.0 Index]