Generates plots for TaskFcst.
Usage
# S3 method for class 'TaskFcst'
autoplot(object, theme = ggplot2::theme_minimal(), ...)
Arguments
- object
(TaskFcst).
- theme
(
ggplot2::theme()
)
Theggplot2::theme_minimal()
is applied by default to all plots.- ...
(
any
): Additional argument, passed down to the underlyinggeom
or plot functions.
Value
ggplot2::ggplot()
object.