View source: R/time_series_model.R
| plot.generated_composite_model_time_series | R Documentation |
generated_composite_model_time_series objectProduces stacked line plots for each component and the sum for a
generated_composite_model_time_series object.
## S3 method for class 'generated_composite_model_time_series'
plot(x, ...)
x |
A |
... |
Additional arguments passed to |
Invisibly returns x.
m2 <- wn(sigma2 = 1) + ar1(phi = 0.8, sigma2 = 0.5)
y2 <- generate(m2, n = 200, seed = 123)
plot(y2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.