redbook_sps_class {redbookperu} | R Documentation |
List of Species Names in redbook_sps_class Separated by Category
Description
The redbook_sps_class
dataset includes all species names separated by genus,
epithet, author, subspecies, variety, and their position (ID) in the
redbook_tab
.
Usage
redbook_sps_class
Format
A data.frame with the following columns:
- species
A character vector. The full species name.
- genus
A character vector. The genus of the species.
- epithet
A character vector. The specific epithet of the species.
- input_subspecies_epitheton
A character vector. The infraspecific epithet of the species, if applicable.
- rank
A character vector. The taxonomic rank (e.g., "species", "subspecies", "variety").
- subspecies
A character vector. The subspecies name, if applicable.
- variety
A character vector. The variety name, if applicable.
- hybrid
A character vector. Indicates if the species is a hybrid.
- id
A character vector. The ID of the species in the
redbook_tab
.
Examples
data("redbook_sps_class")
head(redbook_sps_class)
[Package redbookperu version 0.0.3 Index]