[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
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
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
3 matches
Mail list logo