library(ggplot2)
## Coxcombs in an embedded plot
ggplot(casualties) +
# map_afghanistan +
geom_subplot2d(aes(lon, lat,
subplot = geom_coxcomb(aes(angle = month, fill = month))), bins = c(15, 12), ref = NULL) +
coord_quickmap()
Run the code above in your browser using DataLab