mapedge {rgplates} | R Documentation |
Function to quickly draft the edge of the equirectangular projection
Description
Function to plot the edge of a map with different projections.
Usage
mapedge(
x = 360,
y = 180,
xmin = -180,
xmax = 180,
ymin = -90,
ymax = 90,
out = "sf"
)
Arguments
x |
( |
y |
( |
xmin |
( |
xmax |
( |
ymin |
( |
ymax |
( |
out |
( |
Value
An sfc
-, or SpatialPolygons
-class object.
Examples
# requires rgdal
edge <- mapedge()
molledge <- st_transform(edge, "ESRI:54009")
plot(molledge)
[Package rgplates version 0.4.0 Index]