powered by
generated_time_series
Produces a single line plot for a generated_time_series object.
# S3 method for generated_time_series plot(x, ...)
Invisibly returns x.
x
A generated_time_series.
Additional arguments passed to plot().
plot()
m1 <- wn(sigma2 = 1) y1 <- generate(m1, n = 200, seed = 123) plot(y1)
Run the code above in your browser using DataLab