View source: R/GIFT_richness.R
GIFT_richness | R Documentation |
Retrieve species richness of all species, native species, naturalized species and endemic species per taxonomic group and geographic region combination.
GIFT_richness(
taxon_name = "Embryophyta",
GIFT_version = "latest",
api = "https://gift.uni-goettingen.de/api/extended/"
)
taxon_name |
Taxonomic group to retrieve species richness for. |
GIFT_version |
character string defining the version of the GIFT
database to use. The function retrieves by default the |
api |
character string defining from which API the data will be retrieved. |
The output has 5 columns:
entity_ID - Identification number of the geographic region
total - total species richness
native - number of native species
naturalized - number of naturalized species
endemic_min - number of endemic species
The number of endemic species is a conservative count not counting occurrences of species which go back to infraspecific taxa.
A data frame with species richness values for different floristic subsets per geographic region in GIFT.
Denelle, P., Weigelt, P., & Kreft, H. (2023). GIFT—An R package to access the Global Inventory of Floras and Traits. Methods in Ecology and Evolution, 14, 2738-2748. https://doi.org/10.1111/2041-210X.14213 Weigelt, P, König, C, Kreft, H. GIFT – A Global Inventory of Floras and Traits for macroecology and biogeography. J Biogeogr. 2020; 47: 16– 43. https://doi.org/10.1111/jbi.13623
GIFT_traits_meta()
ex <- GIFT_richness(taxon_name = "Angiospermae")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.