plot.fssa | R Documentation |
This is a plotting method for objects of class functional singular spectrum analysis (fssa
). The method is designed to help the user make decisions
on how to do the grouping stage of univariate or multivariate functional singular spectrum analysis.
## S3 method for class 'fssa' plot( x, d = length(x$values), idx = 1:d, idy = idx + 1, contrib = TRUE, groups = as.list(1:d), type = "values", vars = NULL, ylab = NA, main = NA, color_palette = "RdYlBu", reverse_color_palette = FALSE, ... )
x |
An object of class |
d |
An integer which is the number of elementary components in the plot. |
idx |
A vector of indices of eigen elements to plot. |
idy |
A second vector of indices of eigen elements to plot (for |
contrib |
A logical where if the value is |
groups |
A list or vector of indices determines grouping used for the decomposition(for |
type |
The type of plot to be displayed where possible types are:
|
vars |
A numeric specifying the variable number (can be used in plotting MFSSA |
ylab |
The character vector of name of variables. |
main |
The main plot title |
color_palette |
A string specifying the color palette that is offered by the ggplot2 package to be used when plotting left singular functions corresponding with |
reverse_color_palette |
A boolean specifying if the color palette scale should be reversed. |
... |
Arguments to be passed to methods, such as graphical parameters. |
See fssa
examples.
fssa
, plot.fts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.