sample.by.poly {sharpshootR} | R Documentation |
Sample a Single Polygon at a Target Density
Description
Sample a single SpatVector
polygon at a target density in "samples / acre".
Usage
sample.by.poly(
p,
n.pts.per.ac = 1,
min.samples = 5,
sampling.type = "regular",
p4s = NULL
)
Arguments
p |
|
n.pts.per.ac |
numeric, sampling density in "points per acre" |
min.samples |
integer, enforced minimum number of samples per polygon |
sampling.type |
sampling.type character, sampling type passed to |
p4s |
output from |
Value
SpatVector
of sample points
Author(s)
D.E. Beaudette
[Package sharpshootR version 2.3.3 Index]