Description Usage Arguments Details Value Examples
Modified from http://blog.sciencenet.cn/blog-3406804-1159241.html
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
sample |
A vector of sample names. Like c("Grp1", "Grp2", "Grp3") |
total_num |
Number of total or specififc items for each group. like c(20, 30, 40) |
core_num |
Number of items common to all groups. |
start |
Start position of first ellipse. Default 90 represents starting from 0 clock. |
a |
Vectors, radii of the ellypses along the two axes in user units. |
b |
Vectors, radii of the ellypses along the two axes in user units. |
r |
Set the size of the center circle. |
group_color |
Set the color of the petal ellipse (each group), with input format,like:c('#6181BD4E','#F348004E','#64A10E4E'...) or supply a RColorBrewer color set like "Set1", "Set2", "Set3", "YlOrRd" (check http://www.sthda.com/english/wiki/colors-in-r for more). |
label |
The name of the center circle. |
common_color |
The color of the center circle. Default "white". |
... |
Additional arguments passed to |
This function is not planned for public usages.
A pdf image.
1 | flower_plot_inner(sample = sample_id, total_num = total_num, core_num = core_num)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.