View source: R/plot_addresses_country.R
plot_addresses_country | R Documentation |
This function plots an addresses data.frame object by country name.
plot_addresses_country(data, mapRegion = "world")
data |
address element from the output from the |
mapRegion |
what portion of the world map to show. possible values
include |
## Using the output of authors_georef (e.g., BITR_geocode)
data(BITR_geocode)
## Plots the whole world
plot_addresses_country(BITR_geocode)
## Just select North America
plot_addresses_country(BITR_geocode, mapRegion = 'North America')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.