View source: R/grass_r_contour.R
grass_r_contour | R Documentation |
QGIS Algorithm provided by GRASS r.contour (grass:r.contour). Produces a vector map of specified contours from a raster map.
grass_r_contour(
input = qgisprocess:::qgis_default_value(),
step = qgisprocess:::qgis_default_value(),
levels = qgisprocess:::qgis_default_value(),
minlevel = qgisprocess:::qgis_default_value(),
maxlevel = qgisprocess:::qgis_default_value(),
cut = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_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()
)
input |
|
step |
|
levels |
|
minlevel |
|
maxlevel |
|
cut |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_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 - Contours
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.