Description Usage Arguments Value Examples
Function to plot the edge of a map with different projections.
1 | mapedge(x = 360, y = 180, xmin = -180, xmax = 180, ymin = -90, ymax = 90)
|
x |
( |
y |
( |
xmin |
( |
xmax |
( |
ymin |
( |
ymax |
( |
A SpatialPolygons
class object.
1 2 3 | # requires rgdal
edge <- mapedge()
molledge <- spTransform(edge, CRS("+proj=moll"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.