Simulate new points on a specific sf object. See st_sample for details.
brk_newPoints(sf, size = 100)
object of class sf or sfc
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.