taxa (version 0.1.0)

is_stem: Test if taxa are stems

Description

Test if taxa are stems in a taxonomy() or taxmap() object. Stems are taxa from the roots() taxa to the first taxon with more than one subtaxon. These can usually be filtered out of the taxonomy without removing any information on how the remaining taxa are related.

obj$is_stem()
is_stem(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_root, 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_stem(ex_taxmap)

# }

Run the code above in your browser using DataLab