Created
June 3, 2014 13:33
-
-
Save mplourde/a75ea54db4f7209b58b9 to your computer and use it in GitHub Desktop.
using the R layout command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
layout.mat <- matrix(c(1,1,1,1,1,1,2,3,3), nrow=3) | |
layout.mat | |
layout(layout.mat) | |
plot(1:10) | |
plot(1:10) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment