engine_terra: Generate Points with 'terra'

View source: R/engine.R

engine_terraR 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 sf geometry.

col

character column name to produce points with

Value

tibble with sf geometries

Examples

set.seed(1)
data('suffolk')
engine_terra(suffolk, 'pop_nhpi')

dots documentation built on July 15, 2022, 9:05 a.m.