redbook_tab {redbookperu}R Documentation

Database of the Red Book of Endemic Plants of Peru

Description

This database contains comprehensive information regarding the endemic plant species listed in the Red Book of Endemic Plants of Peru. Each endemic taxon is accompanied by corresponding variables that detail its taxonomic status, IUCN conservation category, bibliographic references, type collection details, common names, departmental registrations, ecological regions, protected natural areas (SINANPE), and Peruvian herbaria where the specimens are deposited, as recorded in the original book.

Usage

redbook_tab

Format

A data frame with the following variables:

redbook_id

Unique identifier for each species in the Red Book of Endemic Plants of Peru.

redbook_name

Scientific name of the endemic species.

iucn

Conservation category assigned according to IUCN.

publication

Bibliographic reference where the taxon was originally proposed.

collector

Name(s) of the collector(s) of the type specimen.

herbariums

Acronyms of the institutions where the type specimens of the taxon are deposited.

common_name

Common names of the species as mentioned in the literature.

dep_registry

Abbreviations of the departments where the taxon has been recorded.

ecological_regions

Abbreviations of the ecological regions proposed by Zamora (1996).

sinampe

Abbreviation of the Protected Natural Area where the taxon was recorded.

peruvian_herbariums

Acronyms of the Peruvian institutions where both type and non-type specimens are deposited.

remarks

Observations and additional information about the endemic taxon.

Details

The database encompasses essential information for research and conservation efforts related to Peru's endemic flora, providing access to the data presented in the corresponding book.

References

Red Book of Endemic Plants of Peru

Examples


# Example illustrating how to load and explore the database
data(redbook_tab)
head(redbook_tab)


[Package redbookperu version 0.0.2 Index]