Simulates regular sample jittered by an amount of noise ~ U(-amount, amount).

jittered_sample(x, size, amount, ...)

Arguments

x

sf/sfc polygon where samples will be simulated.

size

Number of samples to create.

amount

Amount of jitter to apply.

...

Additional arguments passed to terra::spatSample().