powered by
Renumber() numbers the nodes and tips in a tree to conform with the phylo standards.
Renumber()
phylo
Renumber(tree)
A tree of class phylo.
Renumber() returns a tree of class phylo.
Other tree manipulation: AddTip(), SingleTaxonTree(), Subtree()
AddTip()
SingleTaxonTree()
Subtree()
# NOT RUN { tree <- RandomTree(letters[1:10]) Renumber(tree) # }
Run the code above in your browser using DataLab