View source: R/grass_r_random.R
grass_r_random | R Documentation |
QGIS Algorithm provided by GRASS r.random (grass:r.random). Creates a raster layer and vector point map containing randomly located points.
grass_r_random(
input = qgisprocess:::qgis_default_value(),
cover = qgisprocess:::qgis_default_value(),
npoints = qgisprocess:::qgis_default_value(),
.z = qgisprocess:::qgis_default_value(),
.d = qgisprocess:::qgis_default_value(),
.b = qgisprocess:::qgis_default_value(),
raster = qgisprocess:::qgis_default_value(),
vector = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
GRASS_OUTPUT_TYPE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_DSCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_LCO = qgisprocess:::qgis_default_value(),
GRASS_VECTOR_EXPORT_NOCAT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
input |
|
cover |
|
npoints |
|
.z |
|
.d |
|
.b |
|
raster |
|
vector |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
GRASS_OUTPUT_TYPE_PARAMETER |
|
GRASS_VECTOR_DSCO |
|
GRASS_VECTOR_LCO |
|
GRASS_VECTOR_EXPORT_NOCAT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
raster - outputRaster - Random raster
vector - outputVector - Random vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.