constantDensitySampling {sharpshootR} | R Documentation |
Sample Polygons at a Fixed Density
Description
Perform constant-density sampling of polygons.
Usage
constantDensitySampling(
x,
polygon.id = "pID",
n.pts.per.ac = 1,
min.samples = 5,
sampling.type = "regular"
)
Arguments
x |
either |
polygon.id |
character, name of column which contains a unique ID for each polygon |
n.pts.per.ac |
numeric, sampling density in "points per acre" |
min.samples |
integer, enforced minimum number of samples per polygon |
sampling.type |
character, sampling type passed to |
Value
SpatVector
of sample points
Author(s)
D.E. Beaudette
[Package sharpshootR version 2.3.3 Index]