Description Usage Arguments Value Author(s) Examples
Provides an ordered vector of tip labels, corresponding to their position on the tree.
1 |
phy |
A tree of class ‘phylo’. |
labels |
Logical. Should labels be printed? If FALSE, the indices are given. Default of TRUE. |
A character or numeric vector giving the names of the tip in the order of their position on the tree. The order is that from top to bottom when the tree is plotted with direction = "rightwards"
.
Samuel Brown <s_d_j_brown@hotmail.com>
1 2 3 4 5 6 7 8 9 10 | data(anoteropsis)
anoTree <- nj(dist.dna(anoteropsis))
tiporder(anoTree)
tiporder(anoTree, labels = FALSE)
data(woodmouse)
woodTree <- nj(dist.dna(woodmouse))
tiporder(woodTree)
tiporder(ladderize(woodTree))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.