- sraster
spatRaster. Stratified raster with name "strata"
.
- cellsize
Numeric. Desired cellsize for tessellation.
- square
Logical. Tessellation shape. Default is regular square grid,
if FALSE
hexagons are used.
- location
Character. Sample location within tessellation. Default = "centers"
)
returns samples at tessellation centers, "corners"
- corners of tessellation are returned,
"random"
- samples are randomly located within tessellations.
- force
Logical. Only applies when location = "random"
. If TRUE
, random samples are
forced to fall in areas where raster
does not have NA
values. This will considerably slow processing.
- access
sf. Road access network - must be lines.
- buff_inner
Numeric. Inner buffer boundary specifying distance
from access where plots cannot be sampled.
- buff_outer
Numeric. Outer buffer boundary specifying distance
from access where plots can be sampled.
- plot
Logical. Plots output strata raster with samples.
- filename
Character. Path to write output samples.
- overwrite
Logical. Choice to overwrite existing filename
if it exists.
- details
Logical. If FALSE
(default) output is sf object of
systematic samples. If TRUE
returns a list of sf objects where tessellation
is the tessellation grid for sampling, and samples
are the systematic samples.