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
Hi I have a problem with par(mfrow=c(2,2)) code, because I dont 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
2 matches
Mail list logo