View source: R/clgeo_CleanByPolygonation.R
clgeo_CleanByPolygonation.SpatialPolygons | R Documentation |
Function to clean a SpatialPolygons
object by polygonation
clgeo_CleanByPolygonation.SpatialPolygons(sp, verbose = FALSE)
sp |
object extending the |
verbose |
Indicates wether the clean logs have to be printed. Default value is FALSE. |
an object extending the Spatial-class
as defined in sp,
with cleaned geometries.
The polygonation method is a tentative alternate method to triangulation to clean geometries. In this method, triangulation is skipped and a re-polygonation algorithm is applied.
Emmanuel Blondel emmanuel.blondel1@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.