Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. > library(maptools)
  2. > library(rworldmap)
  3. > library(ggplot2)
  4.  
  5. > world <- fortify(getMap())
  6. Regions defined for each Polygons
  7.  
  8. > world <- fortify(getMap(), region="ADMIN")
  9. Error: IllegalArgumentException: Points of LinearRing do not form
  10. a closed linestring
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement