normaliz.tree {TML} | R Documentation |
This function normalizes the height of a phylogenetic tree
normaliz.tree(D, h = 1)
D |
numeric vector; ultrametric equidistant tree |
h |
desired height; defaults to 1 |
normalized equidistant tree
Ruriko Yoshida ryoshida@nps.edu
D <-c(4,4,2)
normaliz.tree(D, h=1)