View source: R/sort_tree_tips.R
sort_tree_tips | R Documentation |
Sorts APE tree tip labels after the tree has been modified (e.g. with 'ladderize')
sort_tree_tips(tree, show_names = T)
tree |
ape tree object. |
show_names |
if T, shows tip labels, otherwise shows order. |
A list with the tip labels sorted as in the tree.
sort_tree_tips(ape::rtree(10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.