powered by
Get a simplified SpatialPolygonsDataFrame of the world
simple_wmap(which = "simplest", regions = ".")
(character) name of type of SpatialPolygons to be obtained. Options are: "simple" and "simplest"; default = "simplest".
(character) name of the country (or region if which = "simple") for which to obtain the SpatialPolygonsDataFrame.
which
A simplified SpatialPolygonsDataFrame of the world in WGS84 projection.
# NOT RUN { map <- simple_wmap() # }
Run the code above in your browser using DataLab