plot.tsvets.estimate | R Documentation |
Plots for objects generated from the tsvets functions.
## S3 method for class 'tsvets.estimate' plot( x, y = NULL, type = c("fitted", "states", "residuals"), series = 1:min(10, ncol(fitted(x))), ... ) ## S3 method for class 'tsvets.predict' plot(x, y = NULL, series = 1, n_original = NULL, ...)
x |
an object of class “tsvets.estimate” or “tsvets.predict”. |
y |
not used. |
type |
the type of plot with a choice of “fitted”, “states” and “residuals”. |
series |
the selection of series to plot, with a maximum of 10 at a time for object of class “tsvets.estimate”, and the single series for the object of class “tsvets.predict” |
... |
additional arguments passed to the underlying plot function. |
n_original |
number of actual data points to include in the prediction plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.