Return to Snippet

Revision: 24169
at February 22, 2010 15:19 by obi


Initial Code
// formats space to allow for 2 rows of 3 plots each
par(mfrow=c(2,3))

Initial URL
http://www.stat.pitt.edu/stoffer/tsa2/R_time_series_quick_fix.htm

Initial Description


Initial Title
changing graphical plot parameters

Initial Tags


Initial Language
R