Extracts longitude and latitude values for a particular region from the world map supplied by the maps package.
mapdata(region = ".", map = "world", exact = FALSE, ...)
A dataframe with two columns: long
and lat
for longitude and
latitude.
See the examples in mimic
.