I'm working on pie charts in R. I need to create about 8 pie charts with the aim of lining them up all together in order to tell a story.
Is there a way of plotting 8 pie charts at once so it appears on the plots together?
The obvious alternative is run each pie chart once at a time and combine them that way. Thanks
ggplot
andfacet
– Mattggplot
; Multiple ggplot pie charts with whole pies – M--