plot_fitted | R Documentation |
tulip
modelThis function requires the ggplot2. Whether its
namespace is available will be checked when the function is run. ggplot2
is
only suggested, not a default import.
plot_fitted(object, date = NULL, show_anomalies = TRUE, show_params = TRUE)
object |
Fitted model object returned by |
date |
Optional additional vector with dates in format that can be cast
to |
show_anomalies |
Logical; when |
show_params |
Logical; if |
set.seed(4278)
y <- rt(100, df = 10) * 10 + 1:100
fitted <- tulip(y = y, m = 12, family = "norm")
tulip:::plot_fitted(object = fitted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.