engine_terra | R Documentation |
terra
Uses terra::dots()
to produce points and transforms back to sf
.
Each engine function takes the same arguments and produces comparable outputs.
engine_terra(shp, col)
shp |
input shp with |
col |
character column name to produce points with |
tibble with sf
geometries
set.seed(1) data('suffolk') engine_terra(suffolk, 'pop_nhpi')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.