View source: R/qgis_createrandomnormalrasterlayer.R
qgis_createrandomnormalrasterlayer | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Create random raster layer (normal distribution) (native:createrandomnormalrasterlayer). Generates a raster layer for given extent and cell size filled with normally distributed random values. By default, the values will be chosen given a mean of 0.0 and a standard deviation of 1.0. This can be overridden by using the advanced parameters for mean and standard deviation value. The raster data type is set to Float32 by default as the normal distribution random values are floating point numbers.
qgis_createrandomnormalrasterlayer(
EXTENT = qgisprocess:::qgis_default_value(),
TARGET_CRS = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
OUTPUT_TYPE = qgisprocess:::qgis_default_value(),
MEAN = qgisprocess:::qgis_default_value(),
STDDEV = 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 |
|
MEAN |
|
STDDEV |
|
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.