View source: R/grid_sampling_funs.R
make_grid | R Documentation |
Takes a path to a polygon layer and creates a grid with cells of a user specified dimension (in meters) across the area. Returns an 'sf' class object.
make_grid(poly_layer_path, cell_size)
poly_layer_path |
Character, path to the .shp file of the polygon layer of the area of interest. |
cell_size |
Numeric, the size of the grid cell in meters. |
An 'sf' class grid object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.