View source: R/sample.by.poly.R
sample.by.poly | R Documentation |
Sample a single SpatVector
polygon at a target density in "samples / acre".
sample.by.poly(
p,
n.pts.per.ac = 1,
min.samples = 5,
sampling.type = "regular",
p4s = NULL
)
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 |
SpatVector
of sample points
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.