View source: R/qgis_randomextract.R
qgis_randomextract | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Random extract (native:randomextract). This algorithm takes a vector layer and generates a new one that contains only a subset of the features in the input layer. The subset is defined randomly, using a percentage or count value to define the total number of features in the subset. —————- Notes —————- - This algorithm drops existing primary keys or FID values and regenerates them in output layers.
qgis_randomextract(
INPUT = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
NUMBER = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
METHOD |
|
NUMBER |
|
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 - outputVector - Extracted (random)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.