[R] R: graphics devices

TEMPL Matthias Matthias.Templ at statistik.gv.at
Fri Jul 29 13:38:45 CEST 2005


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
>




More information about the R-help mailing list