Learn R Programming

BioGeoBEARS (version 0.2.1)

get_indices_of_branches_under_tips: Get the indices of the branches (row number in edge matrix) below each tip

Description

A utility function. Gets the indices of the branches (row number in edge matrix) below each tip.

Usage

get_indices_of_branches_under_tips(obj)

Arguments

obj
An ape phylo object

Value

branchnums_under_tips The indices of the branches (row number in edge matrix) below each tip.

References

http://phylo.wikidot.com/matzke-2013-international-biogeography-society-poster

Matzke_2012_IBS

See Also

prt, chainsaw2, get_indices_of_tip_nodes, get_indices_where_list1_occurs_in_list2_noNA

Examples

Run this code
test=1

Run the code above in your browser using DataLab