View source: R/sagang_variogramdialog.R
sagang_variogramdialog | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Variogram (dialog) (sagang:variogramdialog). —————- Arguments —————- POINTS: Points Argument type: source Acceptable values: - Path to a vector layer ATTRIBUTE: Attribute Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names VARIOGRAM: Variogram Argument type: vectorDestination Acceptable values: - Path for new vector layer LOG: Logarithmic Transformation Default value: false 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 VAR_MAXDIST: Maximum Distance Default value: -1 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 VAR_NCLASSES: Lag Distance Classes Default value: 100 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 VAR_NSKIP: Skip Default value: 1 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 VAR_MODEL: Model Default value: a + b * x Argument type: string Acceptable values: - String 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_variogramdialog(
POINTS = qgisprocess:::qgis_default_value(),
ATTRIBUTE = qgisprocess:::qgis_default_value(),
VARIOGRAM = qgisprocess:::qgis_default_value(),
LOG = qgisprocess:::qgis_default_value(),
VAR_MAXDIST = qgisprocess:::qgis_default_value(),
VAR_NCLASSES = qgisprocess:::qgis_default_value(),
VAR_NSKIP = qgisprocess:::qgis_default_value(),
VAR_MODEL = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POINTS |
|
ATTRIBUTE |
|
VARIOGRAM |
|
LOG |
|
VAR_MAXDIST |
|
VAR_NCLASSES |
|
VAR_NSKIP |
|
VAR_MODEL |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
VARIOGRAM - outputVector - Variogram
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.