make_grid
creates a sf grid of polygons. The spatial
reference is taken from the spatial object.
make_grid(spobj, width, height = width, polygon, crs = 4326, ...)
A spatial object of class sp or sf.
Width of grid cell. It is recommended to use projected values.
Height of grid cell.
Deprecated! make_grid
returns only sf grid of
polygons.
coordinate reference system in numeric format from http://spatialreference.org/ to transform/project spatial data using sf::st_transform. The default value is 4326
ignored
A grid of polygons class 'sf'