G gopunk Lifer Jul 7, 2001 29,239 2 0 Oct 2, 2002 #1 whenever i do it, it just loads over the previous one... how can i get just two different ones?
F FatAlbo Golden Member May 11, 2000 1,423 0 0 Oct 2, 2002 #4 par( mfrow=c(A,B) ) That'll force R to draw AxB graphs before clearing the graph screen. Do a help on dev.print() if you want to spit the graphs to a file.
par( mfrow=c(A,B) ) That'll force R to draw AxB graphs before clearing the graph screen. Do a help on dev.print() if you want to spit the graphs to a file.
G gopunk Lifer Jul 7, 2001 29,239 2 0 Oct 2, 2002 #6 Originally posted by: FatAlbo par( mfrow=c(A,B) ) That'll force R to draw AxB graphs before clearing the graph screen. Do a help on dev.print() if you want to spit the graphs to a file. Click to expand... thanks!!! it's so annoying how it draws over the other by default
Originally posted by: FatAlbo par( mfrow=c(A,B) ) That'll force R to draw AxB graphs before clearing the graph screen. Do a help on dev.print() if you want to spit the graphs to a file. Click to expand... thanks!!! it's so annoying how it draws over the other by default