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