View source: R/qgis_randomextractwithinsubsets.R
qgis_randomextractwithinsubsets | R Documentation |
QGIS Algorithm provided by QGIS Random extract within subsets (qgis:randomextractwithinsubsets). 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. The percentage/count value is not applied to the whole layer, but instead to each category. Categories are defined according to a given attribute, which is also specified as an input parameter for the algorithm.
qgis_randomextractwithinsubsets(
INPUT = qgisprocess:::qgis_default_value(),
FIELD = 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 |
|
FIELD |
|
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 stratified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.