On Wed, Jun 3, 2009 at 6:05 PM, Virgil Stokes <v...@it.uu.se> wrote:
> I am rather new to the R-language and have been testing some code using R
> vers. 2.8.1 (2008-12-22) on a Windows Vista platform.
> This is an impressive language. However, I have not been able to solve what
> is probably a rather simple problem with RGui.
>
> If I give two or more consecutive plot commands in the R Console, only the
> last one is displayed and named "R Graphics: Device 2 (ACTIVE)".
> How can display (in separate windows) the results of each plot command
> issued?

See: help(dev.new)  which will tell you all about multiple graphics
devices and how to switch between them.

Barry

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to