powered by
It uses an object of class grnnForecast to create a ggplot object that plots a time series and its forecast using GRNN regression.
grnnForecast
ggplot
# S3 method for grnnForecast autoplot(object, ...)
The ggplot object representing a plotting with the forecast.
An object of class grnnForecast.
additional parameter, see details.
Commonly used parameters are:
highlight. A character string indicating what elements should be highlighted. Possible values are "none" and "points". The default value is "none".
highlight
"none"
"points"
pred <- grnn_forecasting(USAccDeaths, h = 12, lags = 1:12, sigma = 50) library(ggplot2) autoplot(pred)
Run the code above in your browser using DataLab