taxa (version 0.1.0)

is_root: Test if taxa are roots

Description

Test if taxa are roots in a taxonomy() or taxmap() object. Roots are taxa without supertaxa, typically things like "Bacteria", or "Life".

obj$is_root()
is_root(obj)

Arguments

obj

The taxonomy() or taxmap() object.

Value

A logical of length equal to the number of taxa.

See Also

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

Examples

Run this code
# NOT RUN {
is_root(ex_taxmap)

# }

Run the code above in your browser using DataCamp Workspace