Earth_poly | R Documentation |
Function to define the boundary Earch polygon in longlat projection for a given resolution.
Earth_poly(resol = 300, crs = "+proj=moll +units=km")
resol |
is the number of subdivisions along the latitude coordinates and half the number of subdivisions along the longitude coordinates. |
crs |
a string with the projection. Default is the Mollweide projection with units in kilometers. |
a 'st_sfc' object with the Earth polygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.