I'd like to make a very simple multi-level pie chart like the one you see below:
As you can see I already know about sunburstR but (since I am looking for a simpler solution) that's not exactly how it should be. Additionally I'd prefer if I could easily export it as vector graphics. The second solution, using ggplot2 to do a plot in polar coordinates also appears quite complicated for such a simple plot.
I'd be happy if you could help me! Thanks in advance! SP