giftRegions | R Documentation |
Gets regions listed by GIFT for plant species
giftRegions(species, min_size = 1000, max_size = 1e+11)
species |
character, species binomial name |
min_size |
numeric, minimum size of checklists (in km2) to be included in the analysis. |
max_size |
numeric, maximum size of checklists (in km2) to be included in the analysis. |
This function returns a list containing three shapefiles derived by information supplied by GIFT. "regs" includes all the features corresponding to regions where the species has been listed as present. "regs_native" includes all the features corresponding to regions where the species has been listed as native. And "regs_alien" includes all the features corresponding to regions where the species has been listed as alien.
gift_reference_regions <- giftRegions("Babiana tubulosa")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.