plotSSresults {RGAP} | R Documentation |
Plots the trend series and the (fitted) second observation equation and gives diagnostic plots based on standardized residuals.
Description
Plots the trend series and the (fitted) second observation equation and gives diagnostic plots based on standardized residuals.
Usage
plotSSresults(
tsl,
legend,
title,
boundName,
res = NULL,
namesPrint,
bounds,
combine,
path,
device,
width,
height
)
Arguments
tsl |
A list with two multiple time series objects for the first and second plor, respectively. |
legend |
A list with two character vectors. The first contains the legend names for the first plot and so on. |
title |
A list with the titles for the first three plots. |
boundName |
The legend name of the confidence bounds. |
res |
The residual series as time series. If |
namesPrint |
A character vector containing two names for the first two plots. The
remaining names are creates automatically if |
bounds |
A logical indicating whether significance intervals should be plotted around
the nawru. The default is |
combine |
A logical indicating whether the diagnostic plots should be combined or not,
the default is |
path |
An optional file path. If specified, the plots will be saved using the format
in |
device |
Device passed on to |
width |
The plot width in case of printing. |
height |
The plot height in case of printing. |