bbap {uroot} | R Documentation |
Graphic of the anual paths.
bbap (vari, s, t0, yearsp)
vari |
a ts object. |
s |
periodicity of the series. |
t0 |
a vector of two elements indicating the year and season of the first observation. |
yearsp |
vector. Years to plot. |
Graphic of the anual paths.
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza etpdihei@bs.ehu.es
quarterg
, bbmp
, bb3D
, and bbcn
.
## Plot the following anual paths: 1949, 1950, 1953, 1957 data(AirPassengers) bbap(vari=AirPassengers, s=12, t0=c(1949,1), yearsp=c(1949, 1950, 1953, 1957))