Usage
## S3 method for class '1d.ssa':
lrr(x, groups, \dots, drop = TRUE)
## S3 method for class 'toeplitz.ssa':
lrr(x, groups, \dots, drop = TRUE)
## S3 method for class 'default':
lrr(x, eps = sqrt(.Machine$double.eps), ..., orthonormalize = TRUE)
## S3 method for class 'lrr':
roots(x, ..., method = c("companion", "polyroot"))
## S3 method for class 'lrr':
plot(x, ..., raw = FALSE)
Arguments
x
SSA object holding the decomposition or matrix containing the basis vectors in columns
for lrr
call or 'lrr' object itself for other function calls
groups
list, the grouping of eigentriples used to derive the LRR
...
further arguments to be passed to decompose
or
plot
call, if necessary
drop
logical, if 'TRUE' then the result is coerced to lrr object
itself, when possible (length of 'groups' is one)
eps
Tolerance for verticality checking
method
methods used for calculation of the polynomial roots: via eigenvalues
of companion matrix or R's standard polyroot
routine
raw
logical, if 'TRUE' then plot
routine will not add any
additional plot components (e.g. unit circle)
orthonormalize
logical, if 'FALSE' then the basis is assumed orthonormal.
Otherwise, orthonormalization is performed