View source: R/qgis_voronoipolygons.R
qgis_voronoipolygons | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Voronoi polygons (native:voronoipolygons). Generates a polygon layer containing the Voronoi diagram corresponding to input points.
qgis_voronoipolygons(
INPUT = qgisprocess:::qgis_default_value(),
BUFFER = qgisprocess:::qgis_default_value(),
TOLERANCE = qgisprocess:::qgis_default_value(),
COPY_ATTRIBUTES = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
BUFFER |
|
TOLERANCE |
|
COPY_ATTRIBUTES |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputVector - Voronoi polygons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.