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