QGIS/python/plugins/processing/algs/qgis/help/nearestneighbouranalysis.rst
Victor Olaya 15e923820f [processing] added help files for algs in qgis group
Most help files missing content
2014-06-08 20:00:03 +02:00

33 lines
457 B
ReStructuredText

NEAREST NEIGHBOUR ANALYSIS
==========================
Description
-----------
Parameters
----------
- ``Points[Vector]``:
Outputs
-------
- ``Result[HTML]``:
- ``Observed mean distance[Number]``:
- ``Expected mean distance[Number]``:
- ``Nearest neighbour index[Number]``:
- ``Number of points[Number]``:
- ``Z-Score[Number]``:
See also
---------
Console usage
-------------
::
processing.runalg('qgis:nearestneighbouranalysis', points, output)