Eventually one way:

With X11() you can open additional graphic devices.

x <- rnorm(100)
y <- x + runif(100)

plot(x)
X11()
plot(x,y)

Best,
Matthias

> 
> a simple question
> 
> how does one produce plots on two different graphics devices?
> 
> /
> allan
>

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to