View source: R/sample.by.poly.R
constantDensitySampling | R Documentation |
Perform constant-density sampling of polygons.
constantDensitySampling(
x,
polygon.id = "pID",
n.pts.per.ac = 1,
min.samples = 5,
sampling.type = "regular"
)
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 |
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.