View source: R/grass_v_univar.R
grass_v_univar | R Documentation |
QGIS Algorithm provided by GRASS v.univar (grass:v.univar). Calculates univariate statistics for attribute. Variance and standard deviation is calculated only for points if specified.
grass_v_univar(
map = qgisprocess:::qgis_default_value(),
type = qgisprocess:::qgis_default_value(),
where = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
percentile = qgisprocess:::qgis_default_value(),
.g = qgisprocess:::qgis_default_value(),
.e = qgisprocess:::qgis_default_value(),
.w = qgisprocess:::qgis_default_value(),
.d = 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 |
|
type |
|
where |
|
column |
|
percentile |
|
.g |
|
.e |
|
.w |
|
.d |
|
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 - Statistics
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.