tree.plot | R Documentation |
The function plots phylogenetic trees.
tree.plot(tree)
tree |
a phylogenetic tree in newrick format |
use the function "plot.phylo" in package ape to plot phylogenetic trees.
write.subtree
, read.tree.string
treestr<-"(((H:4.2,C:4.2):3.1,G:7.3):6.3,O:13.5);"
tree.plot(treestr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.