Description Usage Arguments Author(s) See Also Examples
Plot seasonal paths in quarterly and monthly time series.
1 2 | bbplot (wts, colour=c("SlateBlue","SeaGreen","red","magenta"))
|
wts |
a univariate time series object. |
colour |
colours for lines. |
Javier Lopez-de-Lacalle javlacalle@yahoo.es and Ignacio Diaz-Emparanza Ignacio.Diaz-Emparanza@ehu.es
1 2 3 4 5 | ## 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))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.