View source: R/sagang_bioclimaticvariables.R
sagang_bioclimaticvariables | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Bioclimatic variables (sagang:bioclimaticvariables). —————- Arguments —————- TMEAN: Mean Temperature Argument type: multilayer TMIN: Minimum Temperature Argument type: multilayer TMAX: Maximum Temperature Argument type: multilayer P: Precipitation Argument type: multilayer BIO_01: Annual Mean Temperature Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_02: Mean Diurnal Range Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_03: Isothermality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_04: Temperature Seasonality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_05: Maximum Temperature of Warmest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_06: Minimum Temperature of Coldest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_07: Temperature Annual Range Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_08: Mean Temperature of Wettest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_09: Mean Temperature of Driest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_10: Mean Temperature of Warmest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_11: Mean Temperature of Coldest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_12: Annual Precipitation Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_13: Precipitation of Wettest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_14: Precipitation of Driest Month Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_15: Precipitation Seasonality Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_16: Precipitation of Wettest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_17: Precipitation of Driest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_18: Precipitation of Warmest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer BIO_19: Precipitation of Coldest Quarter Argument type: rasterDestination Acceptable values: - Path for new raster layer SEASONALITY: Temperature Seasonality Default value: 1 Argument type: enum Available values: - 0: (0) Coefficient of Variation - 1: (1) Standard Deviation Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3'
sagang_bioclimaticvariables(
TMEAN = qgisprocess:::qgis_default_value(),
TMIN = qgisprocess:::qgis_default_value(),
TMAX = qgisprocess:::qgis_default_value(),
P = qgisprocess:::qgis_default_value(),
BIO_01 = qgisprocess:::qgis_default_value(),
BIO_02 = qgisprocess:::qgis_default_value(),
BIO_03 = qgisprocess:::qgis_default_value(),
BIO_04 = qgisprocess:::qgis_default_value(),
BIO_05 = qgisprocess:::qgis_default_value(),
BIO_06 = qgisprocess:::qgis_default_value(),
BIO_07 = qgisprocess:::qgis_default_value(),
BIO_08 = qgisprocess:::qgis_default_value(),
BIO_09 = qgisprocess:::qgis_default_value(),
BIO_10 = qgisprocess:::qgis_default_value(),
BIO_11 = qgisprocess:::qgis_default_value(),
BIO_12 = qgisprocess:::qgis_default_value(),
BIO_13 = qgisprocess:::qgis_default_value(),
BIO_14 = qgisprocess:::qgis_default_value(),
BIO_15 = qgisprocess:::qgis_default_value(),
BIO_16 = qgisprocess:::qgis_default_value(),
BIO_17 = qgisprocess:::qgis_default_value(),
BIO_18 = qgisprocess:::qgis_default_value(),
BIO_19 = qgisprocess:::qgis_default_value(),
SEASONALITY = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TMEAN |
|
TMIN |
|
TMAX |
|
P |
|
BIO_01 |
|
BIO_02 |
|
BIO_03 |
|
BIO_04 |
|
BIO_05 |
|
BIO_06 |
|
BIO_07 |
|
BIO_08 |
|
BIO_09 |
|
BIO_10 |
|
BIO_11 |
|
BIO_12 |
|
BIO_13 |
|
BIO_14 |
|
BIO_15 |
|
BIO_16 |
|
BIO_17 |
|
BIO_18 |
|
BIO_19 |
|
SEASONALITY |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
BIO_01 - outputRaster - Annual Mean Temperature
BIO_02 - outputRaster - Mean Diurnal Range
BIO_03 - outputRaster - Isothermality
BIO_04 - outputRaster - Temperature Seasonality
BIO_05 - outputRaster - Maximum Temperature of Warmest Month
BIO_06 - outputRaster - Minimum Temperature of Coldest Month
BIO_07 - outputRaster - Temperature Annual Range
BIO_08 - outputRaster - Mean Temperature of Wettest Quarter
BIO_09 - outputRaster - Mean Temperature of Driest Quarter
BIO_10 - outputRaster - Mean Temperature of Warmest Quarter
BIO_11 - outputRaster - Mean Temperature of Coldest Quarter
BIO_12 - outputRaster - Annual Precipitation
BIO_13 - outputRaster - Precipitation of Wettest Month
BIO_14 - outputRaster - Precipitation of Driest Month
BIO_15 - outputRaster - Precipitation Seasonality
BIO_16 - outputRaster - Precipitation of Wettest Quarter
BIO_17 - outputRaster - Precipitation of Driest Quarter
BIO_18 - outputRaster - Precipitation of Warmest Quarter
BIO_19 - outputRaster - Precipitation of Coldest Quarter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.