Created
June 29, 2015 06:32
-
-
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
This file contains 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
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