bbmp {uroot}R Documentation

Buys-Ballot monthly plot

Description

Graphic of monthly paths.

Usage

      bbmp (vari, t0, mp, vers, plot)
   

Arguments

vari a ts object.
t0 a vector of two elements indicating the year and season of the first observation.
mp months to plot.
vers how the plot is showed.
plot logical. If TRUE a plot is showed. Otherwise, quarterly data are stored.

Details

If vers is the character string Prot a panel of four graphics is showed.

If vers is the character string R all the months selected in the vector mp are showed in the same graphic.

Value

monthly path data.
graphic of the monthly path if it is asked for.

Author(s)

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

See Also

quarterg, bbap, bb3D, and bbcn.

Examples

     ## Plot in a single graph the path of January, February, November and December and
     ## store its data in the object this-is-escaped-codenormal-bracket36bracket-normal.
     data(AirPassengers)
     jfnd <- bbmp (AirPassengers, t0=c(1949, 1), mp=c(1,2,11,12), vers="R", plot=TRUE)
   

[Package uroot version 1.2 Index]