bbaplot: Buys-Ballot Anual Path Plot

Description Usage Arguments Author(s) See Also Examples

Description

Plot anual paths in quarterly and monthly time series.

Usage

1
2
    bbaplot (wts, years=NULL, colour=c("SlateBlue","SeaGreen","red","magenta"))
  

Arguments

wts

a univariate time series object.

years

a vector indicating the years to plot. By default the first, last, and half the sample years are selected.

colour

colours for lines.

Author(s)

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

See Also

bbplot, bb3D, and bbcn.

Examples

1
2
3
4
5
    ## Plot anual paths.
    data(AirPassengers)
    bbaplot(wts=AirPassengers)
    bbaplot(wts=log(AirPassengers), years=c(1949, 1951, 1958, 1960))
  

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

Related to bbaplot in uroot...