View source: R/sagang_polygonstoedgesandnodes.R
sagang_polygonstoedgesandnodes | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Polygons to edges and nodes (sagang:polygonstoedgesandnodes). —————- Arguments —————- POLYGONS: Polygons Argument type: source Acceptable values: - Path to a vector layer EDGES: Edges Argument type: vectorDestination Acceptable values: - Path for new vector layer NODES: Nodes Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_polygonstoedgesandnodes(
POLYGONS = qgisprocess:::qgis_default_value(),
EDGES = qgisprocess:::qgis_default_value(),
NODES = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POLYGONS |
|
EDGES |
|
NODES |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EDGES - outputVector - Edges
NODES - outputVector - Nodes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.