Learn R Programming

phylolm (version 2.6.5)

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

Description

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

Usage

pruningwise.distFromRoot(phy)

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.

Arguments

phy

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

Author

Lam Si Tung Ho

See Also

pruningwise.branching.times, cophenetic.

Examples

Run this code
tre = reorder(rtree(50),"pruningwise")
pruningwise.distFromRoot(tre)

Run the code above in your browser using DataLab