Skip to content
Prev 155245 / 398506 Next

plot a list

Please read the last line to every message to r-help. In particular
this question needs to include a cut down version of the data.

I'll take a guess at what it looks like:

library(zoo)
L <- list(a = zoo(1:3), b = zoo(4:5))
plot(do.call(merge, L))
On Sat, Sep 6, 2008 at 4:47 PM, stephen sefick <ssefick at gmail.com> wrote: