View source: R/qgis_distancematrix.R
qgis_distancematrix | R Documentation |
QGIS Algorithm provided by QGIS Distance matrix (qgis:distancematrix). This algorithm creates a table containing a distance matrix, with distances between all the points in a points layer.
qgis_distancematrix(
INPUT = qgisprocess:::qgis_default_value(),
INPUT_FIELD = qgisprocess:::qgis_default_value(),
TARGET = qgisprocess:::qgis_default_value(),
TARGET_FIELD = qgisprocess:::qgis_default_value(),
MATRIX_TYPE = qgisprocess:::qgis_default_value(),
NEAREST_POINTS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
INPUT_FIELD |
|
TARGET |
|
TARGET_FIELD |
|
MATRIX_TYPE |
|
NEAREST_POINTS |
|
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 - Distance matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.