getMap
From rworldmap v1.3-6
by Andy South
A simple way to access maps stored in the package.
A simple way to access maps stored in the package.
- Keywords
- misc
Usage
getMap(resolution = "coarse", projection = NA)
Arguments
- resolution
- options "coarse","low","less islands","li","high". For "high" you need to install the package rworldxtra
- projection
- DEPRECATED OCTOBER 2012 to reproject maps see spTransform in rgdal
Value
-
A SpatialPolygonsDataFrame object.
Examples
plot(getMap())
Community examples
Looks like there are no examples yet.