This is the circular barplot section of the gallery, a variation of the well known barplot. Note that even if visually appealing, circular barplot must be used with care since groups do not share the same Y axis. It is very adapted for cyclical data though. Visit data-to-viz.com for more info.
coord_polar()
to make the barchart circular. Next examples describe the next steps to get a proper figure: gap between groups, labels and customization.
Now that all the basic concepts of circularity have been described, it is possible to build a highly customized circular stacked barchart.
CodeThe web is full of astonishing R charts made by awesome bloggers. The R graph gallery tries to display some of the best creations and explain how their source code works. If you want to display your work here, please drop me a word or even better, submit a Pull Request!