sagang_decisiontree: QGIS algorithm - Decision tree

View source: R/sagang_decisiontree.R

sagang_decisiontreeR Documentation

QGIS algorithm - Decision tree

Description

QGIS Algorithm provided by SAGA Next Gen Decision tree (sagang:decisiontree). —————- Arguments —————- CLASSES: Decision Tree Argument type: rasterDestination Acceptable values: - Path for new raster layer

Usage

sagang_decisiontree(
  CLASSES = qgisprocess:::qgis_default_value(),
  ...,
  .complete_output = .complete_output_option(),
  .quiet = .quiet_option(),
  .messages = .message_option()
)

Arguments

CLASSES

rasterDestination - Decision Tree. Path for new raster layer.

...

further parameters passed to qgisprocess::qgis_run_algorithm()

.complete_output

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.

.quiet

logical specifying if parameter .quiet for qgisprocess::qgis_run_algorithm() Default value is TRUE.

.messages

logical specifying if messages from qgisprocess::qgis_run_algorithm() should be printed (TRUE) or not (FALSE). Default value is FALSE.

Details

Outputs description

  • CLASSES - outputRaster - Decision Tree


JanCaha/r_package_qgis documentation built on Aug. 4, 2024, 6:11 a.m.