branches.per.tip: Branches leading to each tip

Description Usage Arguments Value Author(s) See Also Examples

View source: R/branches.per.tip.R

Description

This function returns the indices of the branches leading to each tip.

Usage

1

Arguments

phy

A ‘phylo’ object.

Value

A list with a length corresponding to the number of tips in the tree. Each element contains the indices of the branches leading to that tip.

Author(s)

Samuel Brown <s_d_j_brown@hotmail.com>

See Also

gmyc

Examples

1
2
3
4
data(dolomedes)
doloTr <- nj(dist.dna(dolomedes))

branches.per.tip(doloTr)

spiderDev documentation built on May 2, 2019, 5:23 p.m.