View source: R/grass_v_normal.R
grass_v_normal | R Documentation |
QGIS Algorithm provided by GRASS v.normal (grass:v.normal). Tests for normality for points.
grass_v_normal(
map = qgisprocess:::qgis_default_value(),
tests = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
.r = qgisprocess:::qgis_default_value(),
.l = qgisprocess:::qgis_default_value(),
html = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
map |
|
tests |
|
column |
|
.r |
|
.l |
|
html |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
html - outputHtml - Normality
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.