powered by
generated_composite_model_time_series
Produces stacked line plots for each component and the sum for a generated_composite_model_time_series object.
# S3 method for generated_composite_model_time_series plot(x, ...)
Invisibly returns x.
x
A generated_composite_model_time_series.
Additional arguments passed to plot().
plot()
m2 <- wn(sigma2 = 1) + ar1(phi = 0.8, sigma2 = 0.5) y2 <- generate(m2, n = 200, seed = 123) plot(y2)
Run the code above in your browser using DataLab