Taxon | R Documentation |
Taxon
represents a taxonomic hierarchy (from family through species). This
class represents a number of validity checks to ensure the taxon is correctly
structured. A taxon must have at least a family specified, and neither genus
nor species can be specified without the "shallower" layers of the hierarchy
specified first. Group Taxon
s together with Taxa()
.
Taxon(family = NA_character_, genus = NA_character_, species = NA_character_)
family |
The taxonomic family |
genus |
The taxonomic genus |
species |
The taxonomic species |
An instance of class Taxon
Taxon(
family = "Pinaceae",
genus = "Pinus",
species = "ponderosa"
)
Taxon(
family = "Betulaceae"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.