View source: R/geometrical_functions_sf.R
build_grid | R Documentation |
Generate a grid of a specified shape in the bbox of a Spatial object.
build_grid(grid_shape, spatial)
grid_shape |
A numeric vector of length 2 indicating the number of rows and the numbers of columns of the grid |
spatial |
A list of spatial feature collections objects (package sf) |
A feature collection of polygons representing the grid
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.