Convex hulls with <code>dplyr</code> and <code>ggplot2</code>
This note shows a quick way to draw convex hulls, using dplyr and ggplot2.
Our example data is a dataset of European parliamentary constituencies, some of which have been successfully geocoded with the help of the ggmap package. The package taps into ... [Read more...]