Generate regular grid of spatial points within target area of interest
Source:R/generate_grid.R
generate_grid.Rd
Generate a regular grid of spatial points at a specified pixel resolution (i.e. density of points),
from provided polygon(s) or multipolygon(s). The points will be used in subsequent processing,
for example, to summarise landscape variables as model inputs, as well as to generate spatial predictions
across the target area. This function is a wrapper around the sf::st_make_grid()
function with the argument what = "centers"
.