admins_map | R Documentation |
Generate administrative boundaries map
admins_map(countries, add_neighbors = FALSE)
countries |
list of countries to map |
add_neighbors |
should the map include the neighbor countries |
ggplot admin map
## Not run:
library(gisr)
admins_map(countries = list("Zambia"))
admins_map(countries = list("Zambia"), add_neighbors = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.