get_taxa {RNeXML} | R Documentation |
Retrieve names of all species/otus otus (operational taxonomic units) included in the nexml
get_taxa(nexml)
nexml |
a nexml object |
the list of taxa
comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML")
nex <- nexml_read(comp_analysis)
get_taxa(nex)