Skip to content

Instantly share code, notes, and snippets.

@adamhsparks
Created June 29, 2015 06:32
Show Gist options
  • Save adamhsparks/18d3a38b1b5bf4e8e503 to your computer and use it in GitHub Desktop.
Save adamhsparks/18d3a38b1b5bf4e8e503 to your computer and use it in GitHub Desktop.
Use ggplot2 to plot maps using a common key and all the same size
grid.draw(cbind(ggplotGrob(map1), ggplotGrob(map2), ggplotGrob(map3), size = "last"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment