common_tips: Find shared tip labels

View source: R/common_tips.r

common_tipsR Documentation

Find shared tip labels

Description

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.

Usage

common_tips(x)

Arguments

x

a collection of trees of class "multiPhylo"

Value

intersection of tip labels across all trees

Examples

trees = rankedPhylo(3:7)
common_tips(trees)


rrnni documentation built on Aug. 25, 2023, 5:16 p.m.