Learn R Programming

rrnni (version 0.1.1)

common_tips: 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)

Value

intersection of tip labels across all trees

Arguments

x

a collection of trees of class "multiPhylo"

Examples

Run this code
trees = rankedPhylo(3:7)
common_tips(trees)

Run the code above in your browser using DataLab