mapedge | R Documentation |
Function to plot the edge of a map with different projections.
mapedge(
x = 360,
y = 180,
xmin = -180,
xmax = 180,
ymin = -90,
ymax = 90,
out = "sf"
)
x |
( |
y |
( |
xmin |
( |
xmax |
( |
ymin |
( |
ymax |
( |
out |
( |
An sfc
-, or SpatialPolygons
-class object.
# requires rgdal
edge <- mapedge()
molledge <- st_transform(edge, "ESRI:54009")
plot(molledge)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.