Plot method for objects with class attribute vlstarpred
.
# S3 method for vlstarpred
plot(
x,
type = c("single", "multiple"),
names = NULL,
main = NULL,
xlab = NULL,
ylab = NULL,
lty.obs = 2,
lty.pred = 1,
lty.ci = 3,
lty.vline = 1,
lwd.obs = 1,
lwd.pred = 1,
lwd.ci = 1,
lwd.vline = 1,
col.obs = NULL,
col.pred = NULL,
col.ci = NULL,
col.vline = NULL,
ylim = NULL,
mar = par("mar"),
oma = par("oma"),
...
)
An object of class ‘vlstarpred
’.
Character, if multiple
all plots are drawn in a single device, otherwise the plots are shown consecutively.
Character vector, the variables names to be plotted. If left NULL
, all variables are plotted.
Character vector, the titles of the plot.
Character vector signifying the labels for the x-axis.
Character vector signifying the labels for the y-axis.
Vector, lty for the plot of the observed values.
Vector, lty for the plot of the predicted values.
Vector, lty for the interval forecast.
Vector, lty for the vertical line.
Vector, lwd for the plot of the observed values.
Vector, lwd for the plot of the predicted values.
Vector, lwd for the interval forecast.
Vector, lwd for the vertical line.
Character vector, colors for the observed values.
Character vector, colors for the predicted values.
Character vector, colors for the interval forecast.
Character vector, colors for the vertical line.
Vector, the limits of the y-axis.
Setting of margins.
Setting of outer margins.
Passed to internal plot function.
Plot of predictions from VLSTAR with their prediction interval