nodebar | R Documentation |
generate a list of bar charts for results of ancestral state reconstruction
nodebar(data, cols, color, alpha = 1, position = "stack")
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 |
position |
position of bars, if 'stack' (default) make bars stacked atop one another, 'dodge' make them dodged side-to-side |
list of ggplot objects
Guangchuang Yu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.