| taxon_ids {metacoder} | R Documentation |
Get taxon IDs
Description
Return the taxon IDs in a [taxonomy()] or [taxmap()] object. They are in the order they appear in the edge list.
obj$taxon_ids() taxon_ids(obj)
Arguments
obj |
The [taxonomy()] or [taxmap()] object. |
See Also
Other taxonomy data functions:
classifications(),
id_classifications(),
is_branch(),
is_internode(),
is_leaf(),
is_root(),
is_stem(),
map_data(),
map_data_(),
n_leaves(),
n_leaves_1(),
n_subtaxa(),
n_subtaxa_1(),
n_supertaxa(),
n_supertaxa_1(),
taxon_indexes(),
taxon_names(),
taxon_ranks()
Examples
# Return the taxon IDs for each taxon
taxon_ids(ex_taxmap)
# Filter using taxon IDs
filter_taxa(ex_taxmap, ! taxon_ids %in% c("c", "d"))
[Package metacoder version 0.3.7 Index]