quarterg {uroot}R Documentation

Buys-Ballot quarterly plot

Description

Graphic of quarterly paths.

Usage

      quarterg (vari, t0, plot)
   

Arguments

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

Value

quarterly path data.
graphic of the quarterly 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

bbmp, bbap, bb3D, and bbcn.

Examples

      ## Plot in a single graph the path of the four quarters and
      ## store its data in the object this-is-escaped-codenormal-bracket26bracket-normal.
      data(JohnsonJohnson)
      MR <- quarterg (vari=JohnsonJohnson, t0=c(1960,1), plot=TRUE)
   

[Package uroot version 1.2 Index]