View source: R/sagang_profilefrompoints.R
sagang_profilefrompoints | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Profile from points (sagang:profilefrompoints). —————- Arguments —————- GRID: Grid Argument type: raster Acceptable values: - Path to a raster layer TABLE: Input Argument type: source Acceptable values: - Path to a vector layer X: X Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names Y: Y Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names RESULT: Result Argument type: vectorDestination Acceptable values: - Path for new vector layer
sagang_profilefrompoints(
GRID = qgisprocess:::qgis_default_value(),
TABLE = qgisprocess:::qgis_default_value(),
X = qgisprocess:::qgis_default_value(),
Y = qgisprocess:::qgis_default_value(),
RESULT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRID |
|
TABLE |
|
X |
|
Y |
|
RESULT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
RESULT - outputVector - Result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.