Learn R Programming

tswge (version 1.0.0)

plotts.wge: Plot a time series realization

Description

Given a realization contained in a vector, this function plots it as a time series realization

Usage

plotts.wge(x)

Value

Simply a plot of the realization

Arguments

x

The vector containing the time series realization to be plotted

Author

Wayne Woodward

References

"Applied Time Series Analysis with R, 2nd edition" by Woodward, Gray, and Elliott

Examples

Run this code
plotts.wge(rnorm(100))

Run the code above in your browser using DataLab