Learn R Programming

bRacatus (version 2.0.0)

countryChecklist: countryChecklists

Description

Prepares user provided reference regions on a country level

Usage

countryChecklist(countries, biogeo_status)

Value

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

Arguments

countries

vector with one or more country names

biogeo_status

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

Examples

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

Run the code above in your browser using DataLab