PlotPhyBar | R Documentation |
A plot wrapper to generate a horizontal bar plot of input identity to palmDB (aa The order of the bars matches the taxa order of the phylogenetic tree object tree.phy
PlotPhyBar(tree.df, p)
tree.df |
data.frame, merged tree labels and pro.df. use get.proPhy |
p |
a ggtree plot of tree.phy. use PlotPhy |
A bar plot of
data("waxsys.tree.df")
data("waxsys.tree.phy")
p <- PlotPhy(waxsys.tree.df, waxsys.tree.phy)
plotPhyBar <- PlotPhyBar(waxsys.tree.df, p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.