Created
October 10, 2017 13:08
-
-
Save aurielfournier/b897f1b4b507ef823b67f59acfce733d to your computer and use it in GitHub Desktop.
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
| library(maptools) | |
| ## --- from http://www.naturalearthdata.com/downloads/10m-physical-vectors/ | |
| srange <- readShapePoly("gis/ne_10m_lakes") | |
| ## --- Only the largest lakes | |
| srange <- srange[srange$scalerank==0,] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment