powered by
Converts a phylogenetic tree (class phylo) into a minimum spanning tree (class mst).
phylo
mst
phylo2mst(phy)
An object of class phylo.
The current version of phylo2mst does not handle polytomies and does not incorporate branch length information. Note that topological information is lost during the conversion.
phylo2mst
# NOT RUN { phy <- rtree(12) plot(phy) mst <- phylo2mst(phy) plot(mst) # }
Run the code above in your browser using DataLab