Learn R Programming

gmwmx2 (version 0.0.5)

plot.generated_time_series: Plot a generated_time_series object

Description

Produces a single line plot for a generated_time_series object.

Usage

# S3 method for generated_time_series
plot(x, ...)

Value

Invisibly returns x.

Arguments

x

A generated_time_series.

...

Additional arguments passed to plot().

Examples

Run this code
m1 <- wn(sigma2 = 1)
y1 <- generate(m1, n = 200, seed = 123)
plot(y1)

Run the code above in your browser using DataLab