Description Usage Arguments Value Examples
A function for merging sliver polygons into non-sliver neighbours. The threshold is applied to the area of the multipolygon object, not each individual polygon. Non-sliver polygons keep their original attributesl Inteded to be used when it is important to retain the original extent of an area while removing sliver polygons
1 | deSliver(x, threshold)
|
x |
A spatialPolygonsDataFrame or sf object |
threshold |
the minimum area below which a polygon is considered a sliver |
an object of class sf or Spatial with sliver polygons merged to their nearest valid neighbour.
1 | deSliver(x = intersectedPolygons, threshold = 500)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.