[GIS] Pie charts on GIS maps using R

r

I'm an R user and have been using libraries like gistools and rgdal. I notice that ArcGIS appears to have features to add pie charts onto the maps themselves. (For example, if I have a map of the US, I can add a pie chart to each state). However, a quick search of gistools and rgdal documentation does not show any function to add such features.

Is there any easy way to add pie charts onto maps in R?

Best Answer

There are several options depending on which R package you want to use. The following links should give you some insights into some of the possibilities available.

Example from http://www.molecularecologist.com/2012/09/making-maps-with-r/

(Map Sourced from: http://www.molecularecologist.com/2012/09/making-maps-with-r/)

Related Question