ggPie | R Documentation |
This function creates a pie chart. Note that these are generally quite strongly advised against, as people are not good at interpreting relative frequencies on the basis of pie charts.
ggPie(vector, scale_fill = ggplot2::scale_fill_viridis_d())
vector |
The vector (best to pass a factor). |
scale_fill |
The ggplot scale fill function to use for the colors. |
A ggplot pie chart.
This function is very strongly based on the Mathematical Coffee post at http://mathematicalcoffee.blogspot.com/2014/06/ggpie-pie-graphs-in-ggplot2.html.
ggPie(mtcars$cyl);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.