points_to_mesh: Convert sfc_POINTS to a mesh of polygons (delaunay...

View source: R/sf.R

points_to_meshR Documentation

Convert sfc_POINTS to a mesh of polygons (delaunay triangulation)

Description

Convert sfc_POINTS to a mesh of polygons (delaunay triangulation)

Usage

points_to_mesh(x, varname = NULL, fun = mean, ...)

Arguments

x

sf object of type sfc_POINT

varname

character one or more variable names to transfer to the polygon

fun

function to compute value the variables specifed by varname

...

other arguments for fun

Value

sfc_POLYGON table


BigelowLab/rasf documentation built on July 18, 2022, 10:19 p.m.