Spatially stratified random sample points from an image.
Source:R/spatial_func.R
stratified_sampling_sf.Rd
Spatially stratified random sample points from an image by R package sf
Usage
stratified_sampling_sf(
points,
cellsize = c(600, 600),
num_samples_per_stratum = 1
)