powered by
terra
Uses terra::dots() to produce points and transforms back to sf. Each engine function takes the same arguments and produces comparable outputs.
terra::dots()
sf
engine_terra(shp, col)
tibble with sf geometries
input shp with sf geometry.
character column name to produce points with
set.seed(1) data('suffolk') engine_terra(suffolk, 'pop_nhpi')
Run the code above in your browser using DataLab