radiate.pie | R Documentation |
Pie plot with radiated labels. The revised pie was written in 2009.
radiate.pie(x, labels = names(x), edges = 200, radius = 0.8, clockwise = FALSE,
init.angle = if (clockwise) 90 else 0, density = NULL, angle = 45,
col = NULL, border = NULL, lty = NULL, main = NULL, ...)
arguments |
arguments can be seen in the function pie
radiate.pie(rep(1,80),border=NA)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.