On 10/10/2009 01:51 PM, emkayenne wrote:
Nobody? :-(
emkayenne wrote:
Hello, I'm pretty new to R and I am having a hrd time getting a grip. Just
a question: can someone tell me how to have more than one graphics windown
open at the same time? I want to look at some plote at the same time...,
how is this done? If someone has a suggestion for a (good) introductory
guide to R, much appreciated, but not the manual..., this one I do have.
:confused:
Hi Emkay,
If you open another plotting device, e.g.
x11()
it will then be the active device until you shut it down or change the
active device. See the dev.* functions in the grDevices package.
Jim
______________________________________________
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.