bbap {uroot}R Documentation

Buys-Ballot anual path plot

Description

Graphic of the anual paths.

Usage

      bbap (vari, s, t0, yearsp)
   

Arguments

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.

Value

Graphic of the anual paths.

Author(s)

Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza etpdihei@bs.ehu.es

See Also

quarterg, bbmp, bb3D, and bbcn.

Examples

     ## 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))
   

[Package uroot version 1.3 Index]