GIFT_regions {GIFT} | R Documentation |
Metadata for GIFT regions
Description
Retrieves miscellaneous information for GIFT regions.
Usage
GIFT_regions(
api = "https://gift.uni-goettingen.de/api/extended/",
GIFT_version = "latest"
)
Arguments
api |
character string defining from which API the data will be retrieved. |
GIFT_version |
character string defining the version of the GIFT
database to use. The function retrieves by default the |
Details
Here is the detail of each column:
entity_ID - Identification number of GIFT polygons
geo_entity - Name of GIFT polygons
suit_geo - Whether the polygon is suitable
entity_class - Class of the polygon
entity_type - Type of the polygon
TDWG_lvl3_ID - Whether the polygon is a TDWG region (see
https://www.tdwg.org/)
country - Whether the polygon is a country
Value
A data frame with 7 columns.
References
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
See Also
Examples
ex <- GIFT_regions()
[Package GIFT version 1.3.2 Index]