Plot address point locations on world map
Source:R/plot_addresses_points.R
plot_addresses_points.Rd
This function plots an addresses data.frame object by point overlaid on the countries of the world.
Arguments
- data
the
address
element from the list output by the `authors_georef()“ function, containing geocoded address latitude and longitude locations.- mapCountry
What country to map. Possible values include
"USA"
,"Brazil"
,"Australia",
and"UK"
usedata(countries)
to see possible names. No value defaults to the world map.