get_location {evolMap} | R Documentation |
get_location
returns the latitude and longitude of each input place name.
get_location(x)
x |
a vector string with place names ("city, country") whose coordinates will be downloaded from OpenStreetMap. |
Matrix with the latitude and longitude coordinates of each input place.
Modesto Escobar modesto@usal.es, Department of Sociology and Communication, University of Salamanca, Carlos Prieto cprietos@usal.es, and David Barrios metal@usal.es, Bioinformatics Service, University of Salamanca.
get_location(c("Salamanca, Spain","New York, United States"))