jcwang par(mfrow=c(3,2), oma=c(3,3,4,0), mar=c(4,2,1,1), cex=0.6) for(i in 1:6) plot(rnorm(i)) mtext("Title", 3, 1, outer=TRUE, cex=2)