Learn R Programming

dots (version 0.0.2)

engine_sp_nonaligned: Generate Nonaligned Points with sp

Description

Uses sp::spsample() with method "nonaligned" 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_nonaligned(shp, col)

Value

tibble with sf geometries

Arguments

shp

input shp with sf geometry.

col

character column name to produce points with

Examples

Run this code
set.seed(1)
data('suffolk')
engine_sp_nonaligned(suffolk[16:20, ], 'pop_nhpi')

Run the code above in your browser using DataLab