[R] How to open more windows to make more graphs at once!
Nicolas Mazziotta
nicolas.mazziotta at swing.be
Wed Mar 7 10:11:16 CET 2007
Hello,
See
?Devices
?dev.print
e.g.
X11() # opens a new screen device
plot(1:10) # plots points on the device
dev.print(jpeg, [args]) # prints from the X11 device to a jpeg file
dev.off() # close X11 device
or
jpeg([args]) # opens a jpeg device (file) for plotting
plot(1:10) # plots points on the device
dev.off() # closes connection to the jpeg device
Hope this helps.
Regards,
--
Nicolas Mazziotta
The contents of this e-mail, including any attachments, are ...{{dropped}}
More information about the R-help
mailing list