Re: [R] question about the tisPlot function in package tis

2008-12-02 Thread Jeffrey J. Hallman
[EMAIL PROTECTED] writes: > List, > > I am using the 'tisPlot' function in Jeff Hallman's excellent tis package > and was hoping that someone could spare me from having to dig into the > code of his 'tisPlot' function. So far as I can tell, the preferred > method of controlling the plotting of

Re: [R] question about the tisPlot function in package tis

2008-12-02 Thread Gabor Grothendieck
Sorry that should have been: library(zoo) z <- as.zoo(dat, class = "yearmon") plot(z) xyplot(z) On Tue, Dec 2, 2008 at 2:35 PM, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > The development version of zoo has a tis to zoo conversion function > that would allow you to plot your data using plot.z

Re: [R] question about the tisPlot function in package tis

2008-12-02 Thread Gabor Grothendieck
The development version of zoo has a tis to zoo conversion function that would allow you to plot your data using plot.zoo and xplot.zoo in which case you can use classic graphics axis function (for plot.zoo) or lattice facilities (with xyplot.zoo): source("http://r-forge.r-project.org/plugins/scms

[R] question about the tisPlot function in package tis

2008-12-02 Thread Kyle . Matoba
List, I am using the 'tisPlot' function in Jeff Hallman's excellent tis package and was hoping that someone could spare me from having to dig into the code of his 'tisPlot' function. So far as I can tell, the preferred method of controlling the plotting of the x-axis is using the 'xTickFreq'