Skip to content
Prev 43753 / 398528 Next

multiple plots in different windows

Don't need to answer to my previous post: I found the functions in the
meantime:

     dev.cur()
     dev.list()
     dev.next(which = dev.cur())
     dev.prev(which = dev.cur())
     dev.off(which = dev.cur())
     dev.set(which = dev.next())
     graphics.off()

Thanks anyway,
Giampiero
On Thu, 5 Feb 2004, Giampiero Salvi wrote: