View source: R/grass_r_quant.R
grass_r_quant | R Documentation |
QGIS Algorithm provided by GRASS r.quant (grass:r.quant). Produces the quantization file for a floating-point map.
grass_r_quant(
input = qgisprocess:::qgis_default_value(),
basemap = qgisprocess:::qgis_default_value(),
fprange = qgisprocess:::qgis_default_value(),
range = qgisprocess:::qgis_default_value(),
.t = qgisprocess:::qgis_default_value(),
.r = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_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()
)
input |
|
basemap |
|
fprange |
|
range |
|
.t |
|
.r |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_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 |
output - outputFolder - Quantized raster(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.