mapdata {anscombiser} | R Documentation |
Extracts longitude and latitude values for a particular region from the world map supplied by the maps package.
mapdata(region = ".", map = "world", exact = FALSE, ...)
region |
Passed to |
map |
Passed to |
exact |
The argument |
... |
Additional arguments to be passed to |
A dataframe with two columns: long
and lat
for longitude and
latitude.
See the examples in mimic
.