View source: R/old_taxa--taxonomy--s3.R
replace_taxon_ids | R Documentation |
Replace taxon ids in a [taxmap()] or [taxonomy()] object.
obj$replace_taxon_ids(new_ids) replace_taxon_ids(obj, new_ids)
obj |
The [taxonomy()] or [taxmap()] object. |
new_ids |
A vector of new ids, one per taxon. They must be unique and in the same order as the corresponding ids in 'obj$taxon_ids()'. |
A [taxonomy()] or [taxmap()] object with new taxon ids
# Replace taxon IDs with numbers
replace_taxon_ids(ex_taxmap, seq_len(length(ex_taxmap$taxa)))
# Make taxon IDs capital letters
replace_taxon_ids(ex_taxmap, toupper(taxon_ids(ex_taxmap)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.