getVoronoiInterpolation | R Documentation |
Get a piecewise constant inerpolation based on the voronoi diagram
getVoronoiInterpolation(shp, varToInterpolate, fctToAggregate = mean)
shp, |
sf object |
varToInterpolate, |
chr variable to interpolate |
fctToAggregate |
fct used e.g. mean, median, max or other statistic |
voronoi, sf object with col varToInterpolate
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.