autoplot.TaskForecast | R Documentation |
Generates plots for TaskForecast.
## S3 method for class 'TaskForecast'
autoplot(object, ...)
object |
(TaskForecast). |
... |
( |
ggplot2::ggplot()
object.
library(mlr3)
library(mlr3temporal)
library(ggplot2)
task = tsk("airpassengers")
autoplot(task)
task = tsk("petrol")
autoplot(task)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.