Re: [R] In plot.zoo the screens and ylim arguments seem incompatible

2009-04-04 Thread Scott Tennican
= c(1, 40)) > plot(z, screens=c(1,2,2), ylim = list(c(1, 40), c(1, 40), c(1, 40))) > > On Thu, Apr 2, 2009 at 3:41 PM, Scott Tennican > wrote: >> >> I am plotting multiple graphs per window with multiple series on each >> graph. >> When I try to set ylim I

[R] In plot.zoo the screens and ylim arguments seem incompatible

2009-04-02 Thread Scott Tennican
I am plotting multiple graphs per window with multiple series on each graph. When I try to set ylim I get the error below: Error in ylim[[idx]] : subscript out of bounds Am I incorrectly specifying my ylim list or is this a bug? Here is a simple reproduction: z <- zoo(cbind(a = 1:10, b = 11:20,