brk_newPoints: Simulate new points on a specific sf object

Description Usage Arguments

View source: R/brk_exposure.R

Description

Simulate new points on a specific sf object. See st_sample for details.

Usage

1
brk_newPoints(sf, size = 100)

Arguments

sf

object of class sf or sfc

size

sample size(s) requested; either total size, or a numeric vector with sample sizes for each feature geometry. When sampling polygons, the returned sampling size may differ from the requested size, as the bounding box is sampled, and sampled points intersecting the polygon are returned.


briskaR documentation built on Dec. 11, 2021, 9:23 a.m.