![[Experimental]](figures/lifecycle-experimental.svg)
This is a function to create a grid regular o hexagonal of the study area.
Usage
labsaf_make_grid(x, size, square = TRUE, ...)
Arguments
- x,
is an sf object of type polygon (UTM project) that represent the study area.
- size,
is the size of the pixel grid in meters.
- square,
is logical; if FALSE, create hexagonal grid.
- ...,
further arguments of st_make_grid() of the sf package.
Value
An sf object of type polygons.