Is it possible to create a pie in pie chart in SPSS or R?
I know it is possible to create such double pie charts in excel like this: http://chandoo.org/wp/2009/12/02/group-small-slices-in-pie-charts/ but can SPSS or R do this also? In relation to R: The answer to the title question is "yes" ... see ?pie As for the second question, the one in the body - it would be possible but would involve some coding. You'd have to draw two pie charts side by side (which could be managed with two calls to pie ) and use segments or arrows (and text if necessary) to do the additional components of the plot. Here's a rough example: That required the fig argument of