pruningwise.distFromRoot: Calculates node distance from the root in an "pruningwise"...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/tools.R

Description

Calculates the distance from the root to all nodes, in a tree whose internal representation is in "pruningwise" order.

Usage

1

Arguments

phy

a phylogenetic tree of type phylo with branch lengths, already in "pruningwise" order.

Value

a vector of distances, with the original tip labels and internal node names if internal node names were available, or otherwise named by the node numbers in phy.

Author(s)

Lam Si Tung Ho

See Also

pruningwise.branching.times, cophenetic.

Examples

1
2
tre = reorder(rtree(50),"pruningwise")
pruningwise.distFromRoot(tre)

phylolm documentation built on July 2, 2020, 3:44 a.m.