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

2008-07-25 Thread ctu
par(mfrow=c(2,2)) is trying to open a 2*2 figures in one window, so you could see your v1,..v4 in one windows at the same time if you want they plot separately then you could use x11() for each plot() Chunhao Quoting Alessandro <[EMAIL PROTECTED]>: Hi I have a problem with par(mfrow=c(2,2)) c

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

2008-07-25 Thread Alessandro
Hi I have a problem with par(mfrow=c(2,2)) code, because I don’t understand this: par(mfrow=c(2,2)) plot(v1) plot(v2) plot(v3) plot(v4) it opens a v1 window and after close that window to open next v2 plot Da: stephen sefick [mailto:[EMAIL PROTECTED] Inviato: venerdì 25 luglio 200