plot.vlstarpred {starvars} | R Documentation |
Plot methods for a vlstarpred object
Description
Plot method for objects with class attribute vlstarpred
.
Usage
## S3 method for class '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"),
...
)
Arguments
x |
An object of class ‘ |
type |
Character, if |
names |
Character vector, the variables names to be plotted. If left |
main |
Character vector, the titles of the plot. |
xlab |
Character vector signifying the labels for the x-axis. |
ylab |
Character vector signifying the labels for the y-axis. |
lty.obs |
Vector, lty for the plot of the observed values. |
lty.pred |
Vector, lty for the plot of the predicted values. |
lty.ci |
Vector, lty for the interval forecast. |
lty.vline |
Vector, lty for the vertical line. |
lwd.obs |
Vector, lwd for the plot of the observed values. |
lwd.pred |
Vector, lwd for the plot of the predicted values. |
lwd.ci |
Vector, lwd for the interval forecast. |
lwd.vline |
Vector, lwd for the vertical line. |
col.obs |
Character vector, colors for the observed values. |
col.pred |
Character vector, colors for the predicted values. |
col.ci |
Character vector, colors for the interval forecast. |
col.vline |
Character vector, colors for the vertical line. |
ylim |
Vector, the limits of the y-axis. |
mar |
Setting of margins. |
oma |
Setting of outer margins. |
... |
Passed to internal plot function. |
Value
Plot of predictions from VLSTAR with their prediction interval
Author(s)
Andrea Bucci