get_admin1_map {choroplethrAdmin1}R Documentation

Get an admin1 map for a country

Description

Uses ?admin1.map. See ?admin1.regions for how countries are spelled in this map.

Usage

get_admin1_map(country.name)

Arguments

country.name

The name of the country you want the admin1 map for.

See Also

admin1.map, admin1.regions, get_admin1_regions and admin1_map

Examples

## Not run: 
 japan.map = get_admin1_map("japan")

 ggplot(japan.map, aes(long, lat, group=group)) + 
   geom_polygon() +
   ggtitle("An admin1 map of Japan")

## End(Not run)

[Package choroplethrAdmin1 version 1.1.1 Index]