taxon_rank_level {taxa} | R Documentation |
Taxon rank level
Description
Used to store taxon rank level information. This is used in taxon_rank()
objects.
Usage
taxon_rank_level(
level = character(),
order = NULL,
guess_order = TRUE,
impute_na = FALSE
)
Arguments
level |
Zero or more taxonomic rank names. If a named numeric is
applied, the names are used for levels and the numeric values are used
for the order. Inputs will be transformed to a |
order |
Integers that determine the relative order of taxonomic levels.
Inputs will be transformed to a |
guess_order |
If |
impute_na |
If |
Value
An S3
object of class taxa_taxon_rank_level
[Package taxa version 0.4.3 Index]