engine_terra {dots} | R Documentation |
Generate Points with terra
Description
Uses terra::dots()
to produce points and transforms back to sf
.
Each engine function takes the same arguments and produces comparable outputs.
Usage
engine_terra(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_terra(suffolk, 'pop_nhpi')
[Package dots version 0.0.2 Index]