[R] create multi windows plot at the same time

ctu at bigred.unl.edu ctu at bigred.unl.edu
Fri Jul 25 21:05:05 CEST 2008


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 <alessandro.montaghi at unifi.it>:

> 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]]
>
> ______________________________________________
> R-help at 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.
>



More information about the R-help mailing list