View source: R/prediction_plot.R
plot_pred | R Documentation |
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,
...
)
x |
A |
model |
A |
n.ahead |
An |
level |
A |
xlab |
A |
ylab |
A |
main |
A |
... |
Additional parameters |
Yuming Zhang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.