Skip to content

Instantly share code, notes, and snippets.

@mplourde
Created June 3, 2014 13:33
Show Gist options
  • Save mplourde/a75ea54db4f7209b58b9 to your computer and use it in GitHub Desktop.
Save mplourde/a75ea54db4f7209b58b9 to your computer and use it in GitHub Desktop.
using the R layout command
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