plotcycles: Plot Long-run and Seasonal Cycles

Description Usage Arguments Author(s) See Also Examples

Description

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

Usage

1
2
    plotcycles (wts)
  

Arguments

wts

a univariate time series object.

Author(s)

Javier Lopez-de-Lacalle javlacalle@yahoo.es and Ignacio Diaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es.

See Also

factorsdiff.

Examples

1
2
3
4
5
    ## Plot cycles in a minthly time series.
    data(AirPassengers)
    lairp <- log(AirPassengers)
    plotcycles(lairp)
  

uroot documentation built on May 2, 2019, 6:49 p.m.

Related to plotcycles in uroot...