R/sagang_crossclassificationandtabulation.R
sagang_crossclassificationandtabulation.Rd
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()
)
raster
- Input Grid 1. Path to a raster layer.
raster
- Input Grid 2. Path to a raster layer.
rasterDestination
- Cross-Classification Grid. Path for new raster layer.
vectorDestination
- Cross-Tabulation Table. Path for new vector layer.
number
- Max. Number of Classes. 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.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.