Learn R Programming

uroot (version 1.3)

bbap: 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.

See Also

quarterg, bbmp, bb3D, and bbcn.

Examples

Run this code
## 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))

Run the code above in your browser using DataLab