[R] print() / split()

Dieter Menne dieter.menne at menne-biomed.de
Fri Feb 12 08:06:16 CET 2010



Gary Miller wrote:
> 
> Hi All,
> 
> Can anyone please tell me what is the meaning of four coordinates in below
> print statement. Currently its dividing plotting window into 1 X 2 and I
> want to change it to 2 X 2 [ equivalent of par(mfrow=c(2,2)) ]. Thanks,
> 
> 

print(p1, split=c(1,1,2,2), more=TRUE)
print(p2, split=c(2,1,2,2))

-- 
View this message in context: http://n4.nabble.com/print-split-tp1478092p1478187.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list