bbplot: Buys-Ballot Plot for Seasonal Time Series

Description Usage Arguments Author(s) See Also Examples

Description

Plot seasonal paths in quarterly and monthly time series.

Usage

1
2
    bbplot (wts, colour=c("SlateBlue","SeaGreen","red","magenta"))
  

Arguments

wts

a univariate time series object.

colour

colours for lines.

Author(s)

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

See Also

bbaplot, bb3D, and bbcn.

Examples

1
2
3
4
5
    ## Plot seasonal paths in the original data and the logarithms of the first differences.
    data(AirPassengers)
    bbplot(wts=AirPassengers)
    bbplot(wts=diff(log(AirPassengers), lag=1))
  

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

Related to bbplot in uroot...