Monday, April 15, 2013

R Graphics Parameters -- Rows and Columns

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.


quartz(type="pdf",file="figure_NUM.pdf")
par(mfrow=c(3,2), cex=1, mar=c(2,2,2,2))
dev.off()

No comments:

Post a Comment