Retrieve the map of the countries
worldMap(
crs = "+proj=moll +units=km",
scale = "medium",
returnclass = c("sf", "sv")
)
a string with the projection. Default is the Mollweide projection with units in kilometers.
The scale of map to return. Please see the help of 'ne_countries' function from the 'rnaturalearth' package.
A string determining the class of the spatial object to return. Please see the help of 'ne_countries' function from the 'rnaturalearth' package.
The land and ocean maps are obtained with the 'rnaturalearth' package.