View source: R/sagang_proximityraster.R
sagang_proximityraster | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Proximity raster (sagang:proximityraster). —————- Arguments —————- FEATURES: Features Argument type: raster Acceptable values: - Path to a raster layer DISTANCE: Distance Argument type: rasterDestination Acceptable values: - Path for new raster layer DIRECTION: Direction Argument type: rasterDestination Acceptable values: - Path for new raster layer ALLOCATION: Allocation Argument type: rasterDestination Acceptable values: - Path for new raster layer
sagang_proximityraster(
FEATURES = qgisprocess:::qgis_default_value(),
DISTANCE = qgisprocess:::qgis_default_value(),
DIRECTION = qgisprocess:::qgis_default_value(),
ALLOCATION = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
FEATURES |
|
DISTANCE |
|
DIRECTION |
|
ALLOCATION |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
ALLOCATION - outputRaster - Allocation
DIRECTION - outputRaster - Direction
DISTANCE - outputRaster - Distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.