nodepie | R Documentation |
generate a list of pie charts for results of ancestral stat reconstruction
nodepie(
data,
cols,
color,
alpha = 1,
outline.color = "transparent",
outline.size = 0
)
data |
a data.frame of stats with an additional column of node number named "node" |
cols |
columns of the data.frame that store the stats |
color |
set color of bars |
alpha |
set transparency of the charts |
outline.color |
color of outline |
outline.size |
size of outline |
list of ggplot objects
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.