RNeXML (version 2.4.11)

get_taxa: get_taxa

Description

Retrieve names of all species/otus otus (operational taxonomic units) included in the nexml

Usage

get_taxa(nexml)

Value

the list of taxa

Arguments

nexml

a nexml object

See Also

get_item

Examples

Run this code
comp_analysis <- system.file("examples", "comp_analysis.xml", package="RNeXML")
nex <- nexml_read(comp_analysis)
get_taxa(nex)

Run the code above in your browser using DataLab