View source: R/sagang_uniquevaluestatisticsforgrids.R
sagang_uniquevaluestatisticsforgrids | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Unique value statistics for grids (sagang:uniquevaluestatisticsforgrids). —————- Arguments —————- GRIDS: Values Argument type: multilayer MAJORITY: Majority Argument type: rasterDestination Acceptable values: - Path for new raster layer MINORITY: Minority Argument type: rasterDestination Acceptable values: - Path for new raster layer NUNIQUES: Number of Unique Values Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_uniquevaluestatisticsforgrids(
GRIDS = qgisprocess:::qgis_default_value(),
MAJORITY = qgisprocess:::qgis_default_value(),
MINORITY = qgisprocess:::qgis_default_value(),
NUNIQUES = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRIDS |
|
MAJORITY |
|
MINORITY |
|
NUNIQUES |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
MAJORITY - outputRaster - Majority
MINORITY - outputRaster - Minority
NUNIQUES - outputRaster - Number of Unique Values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.