plot_components | 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_components(object, date = NULL, scales = c("free", "fixed")[1])
object |
Fitted model object returned by |
date |
Optional additional vector with dates in format that can be cast
to |
scales |
One of |
set.seed(4278)
y <- rt(100, df = 10) * 10 + 1:100
fitted <- tulip(y = y, m = 12, family = "norm")
tulip:::plot_components(object = fitted)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.