View source: R/grass_r_regression_multi.R
grass_r_regression_multi | R Documentation |
QGIS Algorithm provided by GRASS r.regression.multi (grass:r.regression.multi). Calculates multiple linear regression from raster maps.
grass_r_regression_multi(
mapx = qgisprocess:::qgis_default_value(),
mapy = qgisprocess:::qgis_default_value(),
residuals = qgisprocess:::qgis_default_value(),
estimates = qgisprocess:::qgis_default_value(),
html = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
mapx |
|
mapy |
|
residuals |
|
estimates |
|
html |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
estimates - outputRaster - Estimates Map
html - outputHtml - Regression coefficients
residuals - outputRaster - Residual Map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.