points_to_mesh | R Documentation |
Convert sfc_POINTS to a mesh of polygons (delaunay triangulation)
points_to_mesh(x, varname = NULL, fun = mean, ...)
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 |
sfc_POLYGON table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.