View source: R/grass_v_random.R
grass_v_random | R Documentation |
QGIS Algorithm provided by GRASS v.random (grass:v.random). Randomly generate a 2D/3D vector points map.
grass_v_random(
npoints = qgisprocess:::qgis_default_value(),
restrict = qgisprocess:::qgis_default_value(),
where = qgisprocess:::qgis_default_value(),
zmin = qgisprocess:::qgis_default_value(),
zmax = qgisprocess:::qgis_default_value(),
seed = qgisprocess:::qgis_default_value(),
column = qgisprocess:::qgis_default_value(),
column_type = qgisprocess:::qgis_default_value(),
.z = qgisprocess:::qgis_default_value(),
.a = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_SNAP_TOLERANCE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_MIN_AREA_PARAMETER = 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()
)
npoints |
|
restrict |
|
where |
|
zmin |
|
zmax |
|
seed |
|
column |
|
column_type |
|
.z |
|
.a |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_SNAP_TOLERANCE_PARAMETER |
|
GRASS_MIN_AREA_PARAMETER |
|
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 |
output - outputVector - Random
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.