plotting land with hole using ggplot2
I have asked about the same issue from here and here , but still can't get my problem solved. I think I need to bring the whole problem and ask for help, rather than breaking it down into small parts. I have a dataframe which I exported it to csv and can be found at http://pastebin.com/SNT9Ykt7 . chart <- ggplot(data=map.shp,aes(x=long,y=lat)) ### PART1 START ### chart <- chart + geom_polygon(data=map.shp,aes(x=long,y=lat,group=id),colour=rgb(162,159,140,maxColorValue=255),fill=rgb(233,235,232,maxColorValue=255),size=0.1) ### PART1 END ### ### PART2 START ### map.group <- unique(map.shp[,