autoplot.tulip | R Documentation |
tulip
objectsUse ggplot2
to visualize the components or fitted values of a fitted model
of class tulip
autoplot.tulip(
object,
...,
method = c("components", "fitted")[1],
date = NULL,
scales = c("free", "fixed")[1],
show_anomalies = TRUE,
show_params = TRUE
)
object |
Fitted model object of class |
... |
ignored |
method |
One of |
date |
Optional additional vector with dates in format that can be cast
to |
scales |
One of |
show_anomalies |
Logical; when |
show_params |
Logical; if |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.