Plots the trend series and the (fitted) second observation equation and gives diagnostic plots based on standardized residuals.
plotSSresults(
tsl,
legend,
title,
boundName,
res = NULL,
namesPrint,
bounds,
combine,
path,
device,
width,
height
)
A list with two multiple time series objects for the first and second plor, respectively.
A list with two character vectors. The first contains the legend names for the first plot and so on.
A list with the titles for the first three plots.
The legend name of the confidence bounds.
The residual series as time series. If res = NULL
, all graphs realted
to the residual series will not be plotted.
A character vector containing two names for the first two plots. The
remaining names are creates automatically if combine = FALSE
.
A logical indicating whether significance intervals should be plotted around
the nawru. The default is bounds = TRUE
.
A logical indicating whether the diagnostic plots should be combined or not,
the default is TRUE
.
An optional file path. If specified, the plots will be saved using the format
in device
under the given path.
Device passed on to ggplot
for plot saving. Options are
"eps", "ps", "tex"
(pictex), "pdf", "jpeg", "tiff", "png", "bmp", "svg"
or "wmf"
.
The plot width in case of printing.
The plot height in case of printing.