View source: R/sagang_transectthroughpolygonshapefile.R
sagang_transectthroughpolygonshapefile | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Transect through polygon shapefile (sagang:transectthroughpolygonshapefile). —————- Arguments —————- TRANSECT: Line Transect(s) Argument type: source Acceptable values: - Path to a vector layer THEME: Theme Argument type: source Acceptable values: - Path to a vector layer THEME_FIELD: Theme Field Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names TRANSECT_RESULT: Result table Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_transectthroughpolygonshapefile(
TRANSECT = qgisprocess:::qgis_default_value(),
THEME = qgisprocess:::qgis_default_value(),
THEME_FIELD = qgisprocess:::qgis_default_value(),
TRANSECT_RESULT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TRANSECT |
|
THEME |
|
THEME_FIELD |
|
TRANSECT_RESULT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
TRANSECT_RESULT - outputVector - Result table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.