PlotPhy | R Documentation |
A phylogeny plot wrapper to visualize a phylo object that contains tree tip labels from top-10 hits from palmDB and associated metadata from 'pro.df'
PlotPhy(tree.df, tree.phy)
tree.df |
data.frame, merged tree labels and pro.df. use get.proPhy |
tree.phy |
phylo object of phylogeny of top-10 hits. use read.phy |
A phylogeny plot with readable tip labels.
data("waxsys.tree.df")
data("waxsys.tree.phy")
p <- PlotPhy(waxsys.tree.df, waxsys.tree.phy)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.