plottree {phybase} | R Documentation |
The function plots phylogenetic trees.
plottree(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);" plottree(treestr)