Description Usage Arguments Note
This is a plotting method for univariate or multivariate functional time series (fts
). This method is designed to help the user visualize
fts
data using a variety of techniques that use plotly.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
x |
An object of class |
vars |
A numeric specifying which variables in the fts to plot. The default is to plot all variables in succession. Note as well that variable indices may be repeated. |
types |
A tuple of strings specifying the types of plots to be displayed where possible types for fts variables observed over a one-dimensional domain are:
The current plot type supported for fts variables observed over a two-dimensional domain is |
subplot |
A logical specifying whether or not line plots should be plotted in a subplot or not. The default is |
mains |
A tuple of strings providing the the main titles of each plot. |
ylabels |
A tuple of strings providing the the y-axis titles of each plot. |
xlabels |
A tuple of strings providing the the x-axis titles of each plot. |
tlabels |
A tuple of strings providing the the time-axis titles of each plot. |
zlabels |
A tuple of strings providing the the z-axis titles of each plot. |
... |
arguments to be passed to methods, such as graphical parameters. |
For examples, see fssa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.