countryChecklist: countryChecklists

View source: R/countryChecklists.R

countryChecklistR Documentation

countryChecklists

Description

Prepares user provided reference regions on a country level

Usage

countryChecklist(countries, biogeo_status)

Arguments

countries

vector with one or more country names

biogeo_status

vector informing the status of each country: alien, native or unknown

Value

This function provides shapefiles of countries with the correspondent biogeographic status of the species.

Examples

country_checklist <- countryChecklist(
                         c("Brazil","Argentina","Uruguay","Paraguay"),
                         c("native","alien","unknown","native"))

bRacatus documentation built on Dec. 28, 2022, 2:24 a.m.