View source: R/sagang_focalmechanismbeachballplots.R
sagang_focalmechanismbeachballplots | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Focal mechanism (beachball plots) (sagang:focalmechanismbeachballplots). —————- Arguments —————- POINTS: Points Argument type: source Acceptable values: - Path to a vector layer STRIKE: Strike Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names DIP: Dip Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names RAKE: Rake Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SIZE: Size Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names SIZE_DEF: Default 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 PLOTS: Focal Mechanism Beachballs Argument type: vectorDestination Acceptable values: - Path for new vector layer DARC: Arc Vertex Distance (Degree) Default value: 5 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 STYLE: Style Default value: 0 Argument type: enum Available values: - 0: (0) one - 1: (1) two Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_focalmechanismbeachballplots(
POINTS = qgisprocess:::qgis_default_value(),
STRIKE = qgisprocess:::qgis_default_value(),
DIP = qgisprocess:::qgis_default_value(),
RAKE = qgisprocess:::qgis_default_value(),
SIZE = qgisprocess:::qgis_default_value(),
SIZE_DEF = qgisprocess:::qgis_default_value(),
PLOTS = qgisprocess:::qgis_default_value(),
DARC = qgisprocess:::qgis_default_value(),
STYLE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
POINTS |
|
STRIKE |
|
DIP |
|
RAKE |
|
SIZE |
|
SIZE_DEF |
|
PLOTS |
|
DARC |
|
STYLE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
PLOTS - outputVector - Focal Mechanism Beachballs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.