View source: R/time_series_model.R
| plot.generated_time_series | R Documentation |
generated_time_series objectProduces a single line plot for a generated_time_series object.
## S3 method for class 'generated_time_series'
plot(x, ...)
x |
A |
... |
Additional arguments passed to |
Invisibly returns x.
m1 <- wn(sigma2 = 1)
y1 <- generate(m1, n = 200, seed = 123)
plot(y1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.