autoplot.garma_model: ggplot of the Forecasts of the model.
Description
The ggplot function generates a ggplot of actuals and predicted values for a "garma_model" object.
This adds in sensible titles etc as best it can determine.
Usage
# S3 method for garma_model
autoplot(object, h = 24, include_fitted = FALSE, ...)
Value
A ggplot2 "ggplot" object. Note that the standard ggplot2 "+" notation can be used to enhance the default output.
Arguments
object
(garma_model) The garma_model from which to ggplot the values.
h
(int) The number of time periods to predict ahead. Default: 24
include_fitted
(bool) whether to include the 1-step ahead 'fitted' values in the plot. Default: FALSE