View source: R/sagang_layerofextremevalue.R
sagang_layerofextremevalue | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Layer of extreme value (sagang:layerofextremevalue). —————- Arguments —————- GRIDS: Grids Argument type: multilayer RESULT: Result Argument type: rasterDestination Acceptable values: - Path for new raster layer CRITERIA: Method Default value: 0 Argument type: enum Available values: - 0: (0) Maximum - 1: (1) Minimum Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_layerofextremevalue(
GRIDS = qgisprocess:::qgis_default_value(),
RESULT = qgisprocess:::qgis_default_value(),
CRITERIA = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRIDS |
|
RESULT |
|
CRITERIA |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
RESULT - outputRaster - Result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.