Skip to contents

Generate administrative boundaries map

Usage

admins_map(countries, add_neighbors = FALSE)

Arguments

countries

list of countries to map

add_neighbors

should the map include the neighbor countries

Value

ggplot admin map

Examples

if (FALSE) {
 library(gisr)

 admins_map(countries = list("Zambia"))
 admins_map(countries = list("Zambia"), add_neighbors = TRUE)
}