world_grid: Define a regular grid in 'Mollweide' projection,
with units in kilometers.
Description
Define a regular grid in 'Mollweide' projection,
with units in kilometers.
Usage
world_grid(size = 50, domain)
Value
a 'sf' points object with the centers of a
grid set within Earth (and the supplied domain)
Arguments
- size
the (in kilometers) of the grid cells.
- domain
if provided it should be an sf
or sfc
object.
In this case, the grid cells with centers falling inside
will be retrieved.