taxa (version 0.1.0)

taxon_ranks: Get taxon ranks

Description

Return the taxon ranks in a taxonomy() or taxmap() object. They are in the order taxa appear in the edge list.

obj$taxon_ranks()
taxon_ranks(obj)

Arguments

obj

The taxonomy() or taxmap() object.

See Also

Other taxonomy data functions: id_classifications, is_branch, is_leaf, is_root, is_stem, map_data, n_subtaxa_1, n_subtaxa, n_supertaxa, name_classifications, taxon_ids, taxon_indexes, taxon_names

Examples

Run this code
# NOT RUN {
taxa:::taxon_ranks(ex_taxmap)

# }

Run the code above in your browser using DataCamp Workspace