bbplot {uroot} | R Documentation |
Plot seasonal paths in quarterly and monthly time series.
bbplot (wts, colour=c("SlateBlue","SeaGreen","red","magenta"))
wts |
a univariate time series object. |
colour |
colours for lines. |
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
## 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))