Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用这里的技巧绘制了几个国家的地图。现在我需要忽略一些国家之间的边界。. 任何建议。
您可以使用该rgeos包来合并一些多边形。看一下包中的unionSpatialPolygons功能maptools。这可以rgeos用作后端。另请参阅r-sig-geo 上的这篇文章。
rgeos
unionSpatialPolygons
maptools