branching_times {treestats}R Documentation

Branching times of a tree

Description

C++ based alternative to 'ape::branching.times', please note that to maximise speed, 'treestats::branching_times' does not return node names associated to the branching times, in contrast to the ape version.

Usage

branching_times(phy)

Arguments

phy

phylo object or ltable

Value

vector of branching times


[Package treestats version 1.70.4 Index]