powered by
This function constructs a phylogenetic tree from an ultrametric.
convert.to.tree(n, L, u)
A phylogenetic tree of class phylo
phylo
is the number of leaves
is a vector of labels (strings) of leaves
is an ultrametric
Ruriko Yoshida ryoshida@nps.edu
um<-Sim_Trees21[1,] ll <- 10 L <- LETTERS[1:10] tr<-convert.to.tree(ll, L, um)
Run the code above in your browser using DataLab