common_tips | R Documentation |
Find shared tip labels of a collection of trees. This function is useful when pruning a collection of related trees to a trees of same size and taxa.
common_tips(x)
x |
a collection of trees of class "multiPhylo" |
intersection of tip labels across all trees
trees = rankedPhylo(3:7)
common_tips(trees)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.