bbcn: Buys-Ballot Contour Plot

Description Usage Arguments Author(s) See Also Examples

Description

This function creates a grid of rectangles with colors corresponding to seasonal data and adds contour lines to the existing plot.

Usage

1
2
    bbcn (wts, color=TRUE)
  

Arguments

wts

a univariate time series object.

color

logical. If TRUE a coloured graphic is showed. Otherwise, grey scale.

Author(s)

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

See Also

bbaplot, bbaplot, bbcn, image, and persp.

Examples

1
2
3
4
    ## Buys-Ballot contour plot.
    data(AirPassengers)
    bbcn(wts=log(AirPassengers))
  

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

Related to bbcn in uroot...