gghuan2 | R Documentation |
gghuan2 for multi-doughnut chart
gghuan2(
tab = NULL,
huan_width = 1,
circle_width = 1,
space_width = 0.2,
circle_label = NULL,
name = TRUE,
percentage = FALSE,
text_params = NULL,
circle_label_params = NULL,
bar_params = NULL
)
tab |
a dataframe with hierarchical structure |
huan_width |
the huan width (numeric vector) |
circle_width |
the center circle width |
space_width |
the space width between doughnuts (0~1). |
circle_label |
the center circle label |
name |
label the name |
percentage |
label the percentage |
text_params |
parameters parse to |
circle_label_params |
parameters parse to |
bar_params |
parameters parse to |
a ggplot
data.frame(
a = c("a", "a", "b", "b", "c"), b = c("a", LETTERS[2:5]), c = rep("a", 5),
number = 1:5
) %>% gghuan2()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.