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.
Examples
trees = rankedPhylo(3:7)
common_tips(trees)
#> [1] "t1" "t2" "t3"
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.
trees = rankedPhylo(3:7)
common_tips(trees)
#> [1] "t1" "t2" "t3"