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