changing graphical plot parameters


/ Published in: R
Save to your folder(s)



Copy this code and paste it in your HTML
  1. // formats space to allow for 2 rows of 3 plots each
  2. par(mfrow=c(2,3))

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.