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.
Passed to map
as the argument regions
.
Passed to map
as the argument database
The argument exact
passed to the map
function.
Additional arguments to be passed to map
.
See the examples in mimic
.