Autoplot vars::varprd
# S3 method for class 'varprd'
autoplot(
object,
is.date = NULL,
ts.connect = TRUE,
scales = "free_y",
predict.geom = "line",
predict.colour = "#0000FF",
predict.size = NULL,
predict.linetype = NULL,
predict.alpha = NULL,
predict.fill = NULL,
predict.shape = NULL,
conf.int = TRUE,
conf.int.colour = "#0000FF",
conf.int.linetype = "none",
conf.int.fill = "#000000",
conf.int.alpha = 0.3,
...
)
vars::varpred
instance
Logical frag indicates whether the stats::ts
is date or not.
If not provided, regard the input as date when the frequency is 4 or 12.
Logical frag indicates whether connects original time-series and predicted values
Scale value passed to ggplot2
geometric string for predicted time-series
line colour for predicted time-series
point size for predicted time-series
line type for predicted time-series
alpha for predicted time-series
fill colour for predicted time-series
point shape for predicted time-series
Logical flag indicating whether to plot confidence intervals
line colour for confidence intervals
line type for confidence intervals
fill colour for confidence intervals
alpha for confidence intervals
other arguments passed to autoplot.ts
ggplot