New graph window
On Wed, 4 Jul 2001, Raphael Gottardo wrote:
Hello R users, I would like to know how to open a new graph window. That is I want to produce two graphs on two different windows. Any suggestions will be greatlly appreciated.
You need to tell us your platform!
On Windows; windows()
On Unix: X11()
On Mac: macintosh()
Actually, the following will always work, but it is ugly and only for
programmers:
get(getOption("device"))()
To switch between two or more devices, see ?dev.cur
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._