engine_sp_regular {dots} | R Documentation |
Generate Regular Points with sp
Description
Uses sp::spsample()
with method "regular" to produce points, converts back to sf
,
and spatial joins with input shp
.
Each engine function takes the same arguments and produces comparable outputs.
Final number of points may be approximate for this method.
Usage
engine_sp_regular(shp, col)
Arguments
shp |
input shp with |
col |
character column name to produce points with |
Value
tibble with sf
geometries
Examples
set.seed(1)
data('suffolk')
engine_sp_regular(suffolk[16:20,], 'pop_nhpi')
[Package dots version 0.0.2 Index]