This function plots the time series output from a forecast method with approximate 68
plot_pred(
x,
model,
n.ahead,
level = NULL,
xlab = NULL,
ylab = NULL,
main = NULL,
...
)
A gts
object
A ts
model
An integer
indicating number of units of time ahead for which to make forecasts
A double
or vector
indicating confidence level of prediction interval.
By default, it uses the levels of 0.50 and 0.95.
A string
for the title of x axis
A string
for the title of y axis
A string
for the over all title of the plot
Additional parameters
Yuming Zhang