Skip to content

Instantly share code, notes, and snippets.

@robwschlegel
Created December 8, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robwschlegel/317949cdc0919d05e19b01b05f42c9fe to your computer and use it in GitHub Desktop.
Save robwschlegel/317949cdc0919d05e19b01b05f42c9fe to your computer and use it in GitHub Desktop.
south_africa_along_map <- plot_sites(south_africa_along, 1, 1, 100000)
south_africa_away_map <- plot_sites(south_africa_away, 1, 2, 100000)
south_africa_along_wide_map <- plot_sites(south_africa_along_wide, 1, 1, 100000)
south_africa_away_wide_map <- plot_sites(south_africa_away_wide, 1, 2, 100000)
grid.arrange(south_africa_along_map, south_africa_away_map,
south_africa_along_wide_map, south_africa_away_wide_map, nrow = 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment