bbaplot {uroot} | R Documentation |
Plot anual paths in quarterly and monthly time series.
bbaplot (wts, years=NULL, colour=c("SlateBlue","SeaGreen","red","magenta"))
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. |
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
## Plot anual paths. data(AirPassengers) bbaplot(wts=AirPassengers) bbaplot(wts=log(AirPassengers), years=c(1949, 1951, 1958, 1960))