Skip to content
Prev 169627 / 398525 Next

Time Series Graphics - "cannot plot more than 10 series"

Try

library(zoo)
plot(zoo(t.mbaye3), ylim = c(0, 20))

or to put them all on the same plot:

plot(zoo(t.mbaye3), screen = 1, col = 1:10)

On Sat, Feb 7, 2009 at 2:07 PM, Dominik Hattrup
<dominik.hattrup at googlemail.com> wrote: