Description Usage Arguments See Also Examples
Uses ?admin1.map. See ?admin1.regions for how countries are spelled in this map.
1 | get_admin1_map(country.name)
|
country.name |
The name of the country you want the admin1 map for. |
admin1.map
, admin1.regions
, get_admin1_regions
and admin1_map
1 2 3 4 5 6 7 8 | ## 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.