- x
marssPredict produced by forecast.marssMLE()
or predict.marssMLE()
.
- include
number of time step from the training data to include before the forecast. Default is all values.
- main
Text to add to plot titles.
- showgap
If showgap=FALSE, the gap between the training data and the forecasts is removed.
- shaded
Whether prediction intervals should be shaded (TRUE) or lines (FALSE).
- shadebars
Whether prediction intervals should be plotted as shaded bars (if TRUE) or a shaded polygon (if FALSE). Ignored if shaded=FALSE. Bars are plotted by default if there are fewer than five forecast horizons.
- shadecols
Colors for shaded prediction intervals.
- col
Color for the data line.
- fcol
Color for the forecast line.
- pi.col
If shaded=FALSE and PI=TRUE, the prediction intervals are plotted in this color.
- pi.lty
If shaded=FALSE and PI=TRUE, the prediction intervals are plotted using this line type.
- ylim
Limits on y-axis.
- xlab
X-axis label.
- ylab
Y-axis label.
- type
Type of plot desired. As for plot.default.
- flty
Line type for the forecast line.
- flwd
Line width for the forecast line.
- ...
Other arguments, not used.
- decorate
TRUE/FALSE. Add data points and CIs or PIs to the plots.
- plot.par
A list of plot parameters to adjust the look of the plot. The default is list(point.pch = 19, point.col = "blue", point.fill = "blue", point.size = 1, line.col = "black", line.size = 1, line.type = "solid", ci.fill = NULL, ci.col = NULL, ci.linetype = "blank", ci.linesize = 0, ci.alpha = 0.6, f.col = "#0000AA", f.linetype = "solid", f.linesize=0.5, theme = theme_bw())
.