get.tip.descs {FossilSim} | R Documentation |
Obtain the tips that define each node in a tree
Description
Obtain the tips that define each node in a tree
Usage
get.tip.descs(tree)
Arguments
tree |
an object of class "Phylo". |
Value
A list of vectors, with one entry for each node consisting of the tip labels that define that node.
Examples
t = TreeSim::sim.bd.taxa(10, 1, 0.1, 0.05)[[1]]
get.tip.descs(t)
[Package FossilSim version 2.3.3 Index]