View source: R/normaliz.tree.R
normaliz.tree | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.