get.tip.descs: Obtain the tips that define each node in a tree

View source: R/subsampling.R

get.tip.descsR 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)

fossilsim/fossilsim documentation built on April 23, 2024, 3:16 p.m.