Converts a phylogenetic tree (class phylo) into a
minimum spanning tree (class mst).
Usage
phylo2mst(phy)
Arguments
phy
An object of class phylo.
Details
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.