Re: [R] R: create multi windows plot at the same time

2008-07-25 Thread ctu
dro; r-help@r-project.org Oggetto: Re: [R] create multi windows plot at the same time or quartz() or windows() you could also use par(mfrow=c(2,2)) On Fri, Jul 25, 2008 at 3:05 PM, <[EMAIL PROTECTED]> wrote: Hi, you only need to add x11() in front of plot(); such as x11() Plot(v1) x

[R] R: create multi windows plot at the same time

2008-07-25 Thread Alessandro
2008 12.13 A: [EMAIL PROTECTED] Cc: Alessandro; r-help@r-project.org Oggetto: Re: [R] create multi windows plot at the same time or quartz() or windows() you could also use par(mfrow=c(2,2)) On Fri, Jul 25, 2008 at 3:05 PM, <[EMAIL PROTECTED]> wrote: Hi, you only need to add x11() in fr

Re: [R] create multi windows plot at the same time

2008-07-25 Thread stephen sefick
or quartz() or windows() you could also use par(mfrow=c(2,2)) On Fri, Jul 25, 2008 at 3:05 PM, <[EMAIL PROTECTED]> wrote: > Hi, you only need to add x11() in front of plot(); > such as > x11() > Plot(v1) > x11() > Plot(v2) > .. > then R will open multi windows for you > > Chunhao > > > Quotin

Re: [R] create multi windows plot at the same time

2008-07-25 Thread ctu
Hi, you only need to add x11() in front of plot(); such as x11() Plot(v1) x11() Plot(v2) .. then R will open multi windows for you Chunhao Quoting Alessandro <[EMAIL PROTECTED]>: Ciao All I'd like to generate 4 windows plot to compare different relationship at the same time in R. Each p

[R] create multi windows plot at the same time

2008-07-25 Thread Alessandro
Ciao All I'd like to generate 4 windows plot to compare different relationship at the same time in R. Each plot code is : Plot(v1) Plot(v2) Plot(v4) Plot(v4) But I did not find a right code in R. Ale [[alternative HTML version deleted]]