extract a single multiPhylo object containing all trees in the nexml
Usage
get_flat_trees(nexml)
Value
a multiPhylo object (list of ape::phylo objects). See details.
Arguments
nexml
a representation of the nexml object from which the data is to be retrieved
Details
Note that this method collapses any hierarchical structure that may have been present as multiple trees nodes in the original nexml (though such a feature is rarely used). To preserve that structure, use get_trees instead.