View source: R/sagang_crossclassificationandtabulation.R
sagang_crossclassificationandtabulation | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Cross-classification and tabulation (sagang:crossclassificationandtabulation). —————- Arguments —————- INPUT: Input Grid 1 Argument type: raster Acceptable values: - Path to a raster layer INPUT2: Input Grid 2 Argument type: raster Acceptable values: - Path to a raster layer RESULTGRID: Cross-Classification Grid Argument type: rasterDestination Acceptable values: - Path for new raster layer RESULTTABLE: Cross-Tabulation Table Argument type: vectorDestination Acceptable values: - Path for new vector layer MAXNUMCLASS: Max. Number of Classes Default value: 10 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_crossclassificationandtabulation(
INPUT = qgisprocess:::qgis_default_value(),
INPUT2 = qgisprocess:::qgis_default_value(),
RESULTGRID = qgisprocess:::qgis_default_value(),
RESULTTABLE = qgisprocess:::qgis_default_value(),
MAXNUMCLASS = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
INPUT2 |
|
RESULTGRID |
|
RESULTTABLE |
|
MAXNUMCLASS |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
RESULTGRID - outputRaster - Cross-Classification Grid
RESULTTABLE - outputVector - Cross-Tabulation Table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.