Function to quickly draft the edge of the equirectangular projection
Function to plot the edge of a map with different projections.
mapedge(x = 360, y = 180, xmin = -180, xmax = 180, ymin = -90, ymax = 90)
x |
( |
y |
( |
xmin |
( |
xmax |
( |
ymin |
( |
ymax |
( |
A SpatialPolygons
class object.
# requires rgdal edge <- mapedge() molledge <- spTransform(edge, CRS("+proj=moll"))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.