countryChecklist {bRacatus}R 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"))

[Package bRacatus version 2.0.0 Index]