bbcn {uroot} | R Documentation |
This function creates a grid of rectangles with colors corresponding to seasonal data and adds contour lines to the existing plot.
bbcn (wts, color=TRUE)
wts |
a univariate time series object. |
color |
logical. If TRUE a coloured graphic is showed. Otherwise, grey scale. |
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
bbaplot
, bbaplot
, bbcn
,
image
, and persp
.
## Buys-Ballot contour plot. data(AirPassengers) bbcn(wts=log(AirPassengers))