View source: R/plot_addresses_points.R
plot_addresses_points | R Documentation |
This function plots an addresses data.frame object by point overlaid on the countries of the world.
plot_addresses_points(data, mapCountry = NULL)
data |
the |
mapCountry |
What country to map. Possible values
include |
## Using the output of authors_georef (e.g., BITR_geocode)
data(BITR_geocode)
## Plots the whole world
plot_addresses_points(BITR_geocode)
## mapCountry names can be querried using:
data(countries)
## Plot only Brazil
plot_addresses_points(BITR_geocode, mapCountry = 'Brazil')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.