View source: R/old_taxa--taxa.R
taxa | R Documentation |
Stores one or more [taxon()] objects. This is just a thin wrapper for a list of [taxon()] objects.
taxa(..., .list = NULL)
... |
Any number of object of class [taxon()] |
.list |
An alternate to the '...' input. Any number of object of class [taxon()]. Cannot be used with '...'. |
This is the documentation for the class called 'taxa'. If you are looking for the documentation for the package as a whole: [taxa-package].
An 'R6Class' object of class 'Taxon'
Other classes:
hierarchies()
,
hierarchy()
,
taxmap()
,
taxon_database()
,
taxon_id()
,
taxon_name()
,
taxon_rank()
,
taxonomy()
,
taxon()
(a <- taxon(
name = taxon_name("Poa annua"),
rank = taxon_rank("species"),
id = taxon_id(93036)
))
taxa(a, a, a)
# a null set
x <- taxon(NULL)
taxa(x, x, x)
# combo non-null and null
taxa(a, x, a)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.