| get_flat_trees | R Documentation | 
extract a single multiPhylo object containing all trees in the nexml
get_flat_trees(nexml)
| nexml | a representation of the nexml object from which the data is to be retrieved | 
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.
a multiPhylo object (list of ape::phylo objects). See details.
get_trees get_trees get_item
comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML")
nex <- nexml_read(comp_analysis)
get_flat_trees(nex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.