View source: R/qgis_nearestneighbouranalysis.R
qgis_nearestneighbouranalysis | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Nearest neighbour analysis (native:nearestneighbouranalysis). This algorithm performs nearest neighbor analysis for a point layer. The output describes how the data are distributed (clustered, randomly or distributed). Output is generated as an HTML file with the computed statistical values.
qgis_nearestneighbouranalysis(
INPUT = qgisprocess:::qgis_default_value(),
OUTPUT_HTML_FILE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
OUTPUT_HTML_FILE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EXPECTED_MD - outputNumber - Expected mean distance
NN_INDEX - outputNumber - Nearest neighbour index
OBSERVED_MD - outputNumber - Observed mean distance
OUTPUT_HTML_FILE - outputHtml - Nearest neighbour
POINT_COUNT - outputNumber - Number of points
Z_SCORE - outputNumber - Z-score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.