Tools for working with polygons with holes in 'ggplot2', with a new 'geom' for drawing a 'polypath' applying the 'evenodd' or 'winding' rules.
A ggplot2 geom for polygons with holes, called 'geom_polypath'.
Install from CRAN.
install.packages("ggpolypath")
Install the development version.
devtools::install_github("mdsumner/ggpolypath")
See the vignette for examples.
vignette("ggpolypath")
More examples, and more detail than you probably need can be found here:
First release.
Distilled from longer discussion about polygons in https://github.com/r-gris/polyggon
Ported from 'geom_holygon', listed online at http://rpubs.com/kohske/3522