Usage
## S3 method for class 'ssa':
plot(x,
type = c("values", "vectors", "paired", "series"),
...,
plot.contrib = TRUE,
numvalues = nlambda(x),
numvectors = min(nlambda(x), 10),
idx = 1:numvectors,
idy,
groups)
Arguments
x
SSA object holding the decomposition.
type
Type of the plot (see 'Details' for more information).
...
Arguments to be passed to methods, such as graphical parameters.
plot.contrib
logical. If 'TRUE' (the default), the contribution
of the component to the total variance is plotted.
numvalues
Number of eigenvalues to plot (for type = 'values').
numvectors
Total number of eigenvectors to plot (for type = 'vectors').
idx
Indices of eigenvectors to plot (for type = 'vectors').
idy
Second set of indices of eigenvectors to plot (for type = 'paired').