tot_internal_path {treestats} | R Documentation |
Total internal path length
Description
The total internal path length describes the sums of the depths of all inner vertices of the tree.
Usage
tot_internal_path(phy)
Arguments
phy |
phylo object or ltable |
Value
Total internal path length
References
Knuth, Donald E. The Art of Computer Programming: Fundamental Algorithms, volume 1. Addison-Wesley Professional, 1997.
[Package treestats version 1.70.4 Index]