vor_build: Voronoi Tesselation inside a polygon

View source: R/vdl.R

vor_buildR Documentation

Voronoi Tesselation inside a polygon

Description

voronoi tesselation of a given a set of points inside a polygon. This is an internal use function.

Usage

vor_build(points_sf, poly_sf)

Arguments

points_sf

sf data frame containing the points' coordinates

poly_sf

a sf polygon

Value

a sf object containing the polygons associated with the voronoi tesselation of points_sf the polygon poly_sf


smile documentation built on April 29, 2022, 9:05 a.m.