I used the tips in here to draw the maps of several countries. Now I need to ignore the borders between some countries. . Any Suggestion.
Asked
Active
Viewed 209 times
1 Answers
1
You could use the rgeos
package to merge some of the polygons. Take a look at the unionSpatialPolygons
function from the maptools
package. This can use rgeos
as a backend. See also this post on r-sig-geo.

Paul Hiemstra
- 59,984
- 12
- 142
- 149