Skip to content

New graph window

2 messages · Raphael Gottardo, Brian Ripley

#
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.

Thanks,
Raphael



-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Wed, 4 Jul 2001, Raphael Gottardo wrote:

            
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