rootSplit: Split Tip Taxa by Root Divergence

View source: R/rootSplit.R

rootSplitR Documentation

Split Tip Taxa by Root Divergence

Description

Sorts terminal taxa into groups descended from each lineage splitting off of the root node.

Usage

rootSplit(tree)

Arguments

tree

A phylogeny, as an object of class phylo.

Details

This function can be useful for studying the timing in the order of appearance of descended from different lineages descended from the first bifurcation.

Value

Returns a list with each element a character vector containing the names of terminal taxa descended from each lineage splitting off of the root node.

Author(s)

David W. Bapst

Examples


tree <- rtree(100)
rootSplit(tree)

paleotree documentation built on Aug. 22, 2022, 9:09 a.m.