For some reason I always forget the code for setting R’s graphics parameters. And, I always need this same line. So, now I shan’t forget it.
<br />quartz(type="pdf",file="figure_NUM.pdf")<br />par(mfrow=c(3,2), cex=1, mar=c(2,2,2,2))<br />dev.off()<br />