rootSplit {paleotree} | R 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 |
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)
[Package paleotree version 3.4.7 Index]