quarterg {uroot} | R Documentation |
Graphic of quarterly paths.
quarterg (vari, t0, plot)
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. |
quarterly path data.
graphic of the quarterly path if it is asked for.
Javier López-de-Lacalle javlacalle@yahoo.es and Ignacio Díaz-Emparanza etpdihei@bs.ehu.es
## 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)