clgeo_CleanByPolygonation.Polygons {cleangeo} | R Documentation |
clgeo_CleanByPolygonation.Polygons
Description
Function to clean a Polygons
object by polygonation
Usage
clgeo_CleanByPolygonation.Polygons(p, verbose = FALSE)
Arguments
p |
object of class |
verbose |
Indicates wether the clean logs have to be printed. Default value is FALSE. |
Value
an object of class Polygons-class
as defined in sp,
with cleaned geometries.
Note
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.
Author(s)
Emmanuel Blondel emmanuel.blondel1@gmail.com
[Package cleangeo version 0.3-1 Index]