View source: R/grass_v_mkgrid.R
grass_v_mkgrid | R Documentation |
QGIS Algorithm provided by GRASS v.mkgrid (grass:v.mkgrid). Creates a GRASS vector layer of a user-defined grid.
grass_v_mkgrid(
grid = qgisprocess:::qgis_default_value(),
position = qgisprocess:::qgis_default_value(),
coordinates = qgisprocess:::qgis_default_value(),
box = qgisprocess:::qgis_default_value(),
angle = qgisprocess:::qgis_default_value(),
breaks = qgisprocess:::qgis_default_value(),
.h = qgisprocess:::qgis_default_value(),
.p = qgisprocess:::qgis_default_value(),
map = qgisprocess:::qgis_default_value(),
GRASS_REGION_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()
)
grid |
|
position |
|
coordinates |
|
box |
|
angle |
|
breaks |
|
.h |
|
.p |
|
map |
|
GRASS_REGION_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 |
map - outputVector - Grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.