View source: R/qgis_createrandomgammarasterlayer.R
qgis_createrandomgammarasterlayer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create random raster layer (gamma distribution) (native:createrandomgammarasterlayer). Generates a raster layer for given extent and cell size filled with gamma distributed random values. By default, the values will be chosen given an alpha and beta value of 1.0. This can be overridden by using the advanced parameter for alpha and beta. The raster data type is set to Float32 by default as the gamma distribution random values are floating point numbers.
qgis_createrandomgammarasterlayer(
EXTENT = qgisprocess:::qgis_default_value(),
TARGET_CRS = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
OUTPUT_TYPE = qgisprocess:::qgis_default_value(),
ALPHA = qgisprocess:::qgis_default_value(),
BETA = 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 |
|
ALPHA |
|
BETA |
|
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.