View source: R/sagang_principalcomponentanalysis.R
sagang_principalcomponentanalysis | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Principal component analysis (sagang:principalcomponentanalysis). —————- Arguments —————- GRIDS: Grids Argument type: multilayer PCA: Principal Components Argument type: rasterDestination Acceptable values: - Path for new raster layer EIGEN_INPUT: Eigen Vectors (optional) Argument type: source Acceptable values: - Path to a vector layer EIGEN: Eigen Vectors Argument type: vectorDestination Acceptable values: - Path for new vector layer METHOD: Method Default value: 1 Argument type: enum Available values: - 0: (0) correlation matrix - 1: (1) variance-covariance matrix - 2: (2) sums-of-squares-and-cross-products matrix Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' COMPONENTS: Number of Components Default value: 3 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 OVERWRITE: Overwrite Previous Results Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - 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_principalcomponentanalysis(
GRIDS = qgisprocess:::qgis_default_value(),
PCA = qgisprocess:::qgis_default_value(),
EIGEN_INPUT = qgisprocess:::qgis_default_value(),
EIGEN = qgisprocess:::qgis_default_value(),
METHOD = qgisprocess:::qgis_default_value(),
COMPONENTS = qgisprocess:::qgis_default_value(),
OVERWRITE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
GRIDS |
|
PCA |
|
EIGEN_INPUT |
|
EIGEN |
|
METHOD |
|
COMPONENTS |
|
OVERWRITE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
EIGEN - outputVector - Eigen Vectors
PCA - outputRaster - Principal Components
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.