Learn R Programming

uroot (version 1.4-1)

plotcycles: Plot Long-run and Seasonal Cycles

Description

Plot long-run and seasonal cycles in a quarterly or monthly time series based on the seasonal differencing filter decomposition.

Usage

plotcycles (wts)

Arguments

wts
a univariate time series object.

See Also

factorsdiff.

Examples

Run this code
## Plot cycles in a minthly time series.
    data(AirPassengers)
    lairp <- log(AirPassengers)
    plotcycles(lairp)

Run the code above in your browser using DataLab