View source: R/convert.to.tree.R
convert.to.tree | R Documentation |
This function constructs a phylogenetic tree from an ultrametric.
convert.to.tree(n, L, u)
n |
is the number of leaves |
L |
is a vector of labels (strings) of leaves |
u |
is an ultrametric |
A phylogenetic tree of class phylo
Ruriko Yoshida ryoshida@nps.edu
um<-Sim_Trees21[1,]
ll <- 10
L <- LETTERS[1:10]
tr<-convert.to.tree(ll, L, um)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.