View source: R/qgis_createrandomnegativebinomialrasterlayer.R
qgis_createrandomnegativebinomialrasterlayer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create random raster layer (negative binomial distribution) (native:createrandomnegativebinomialrasterlayer). Generates a raster layer for given extent and cell size filled with negative binomially distributed random values. By default, the values will be chosen given a distribution parameter k of 10.0 and a probability of 0.5. This can be overridden by using the advanced parameters for k and probability. The raster data type is set to Integer types (Integer 16 by default). The negative binomial distribution random values are defined as positive integer numbers. A floating point raster will represent a cast of integer values to floating point.
qgis_createrandomnegativebinomialrasterlayer(
EXTENT = qgisprocess:::qgis_default_value(),
TARGET_CRS = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
OUTPUT_TYPE = qgisprocess:::qgis_default_value(),
K_PARAMETER = qgisprocess:::qgis_default_value(),
PROBABILITY = qgisprocess:::qgis_default_value(),
CREATE_OPTIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
EXTENT |
|
TARGET_CRS |
|
PIXEL_SIZE |
|
OUTPUT_TYPE |
|
K_PARAMETER |
|
PROBABILITY |
|
CREATE_OPTIONS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputRaster - Output raster
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.