powered by
Return the taxon names in a taxonomy() or taxmap() object. They are in the order they appear in the edge list.
taxonomy()
taxmap()
obj$taxon_names() taxon_names(obj)
The taxonomy() or taxmap() object.
Other taxonomy data functions: classifications(), id_classifications(), is_branch(), is_internode(), is_leaf(), is_root(), is_stem(), map_data_(), map_data(), n_leaves_1(), n_leaves(), n_subtaxa_1(), n_subtaxa(), n_supertaxa_1(), n_supertaxa(), taxon_ids(), taxon_indexes(), taxon_ranks()
classifications()
id_classifications()
is_branch()
is_internode()
is_leaf()
is_root()
is_stem()
map_data_()
map_data()
n_leaves_1()
n_leaves()
n_subtaxa_1()
n_subtaxa()
n_supertaxa_1()
n_supertaxa()
taxon_ids()
taxon_indexes()
taxon_ranks()
# NOT RUN { # Return the names for each taxon taxon_names(ex_taxmap) # Filter by taxon name filter_taxa(ex_taxmap, taxon_names == "Felidae", subtaxa = TRUE) # }
Run the code above in your browser using DataLab