View source: R/grass_r_report.R
grass_r_report | R Documentation |
QGIS Algorithm provided by GRASS r.report (grass:r.report). Reports statistics for raster layers.
grass_r_report(
map = qgisprocess:::qgis_default_value(),
units = qgisprocess:::qgis_default_value(),
null_value = qgisprocess:::qgis_default_value(),
page_length = qgisprocess:::qgis_default_value(),
page_width = qgisprocess:::qgis_default_value(),
nsteps = qgisprocess:::qgis_default_value(),
sort = qgisprocess:::qgis_default_value(),
.h = qgisprocess:::qgis_default_value(),
.f = qgisprocess:::qgis_default_value(),
.e = qgisprocess:::qgis_default_value(),
.n = qgisprocess:::qgis_default_value(),
.a = qgisprocess:::qgis_default_value(),
.c = qgisprocess:::qgis_default_value(),
.i = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
map |
|
units |
|
null_value |
|
page_length |
|
page_width |
|
nsteps |
|
sort |
|
.h |
|
.f |
|
.e |
|
.n |
|
.a |
|
.c |
|
.i |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputFile - Name for output file to hold the report
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.