View source: R/qgis_rasterlayerstatistics.R
qgis_rasterlayerstatistics | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Raster layer statistics (native:rasterlayerstatistics). This algorithm computes basic statistics from the values in a given band of the raster layer.
qgis_rasterlayerstatistics(
INPUT = qgisprocess:::qgis_default_value(),
BAND = qgisprocess:::qgis_default_value(),
OUTPUT_HTML_FILE = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
BAND |
|
OUTPUT_HTML_FILE |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
COUNT - outputNumber - Count of non-NoData pixels
MAX - outputNumber - Maximum value
MEAN - outputNumber - Mean value
MIN - outputNumber - Minimum value
OUTPUT_HTML_FILE - outputHtml - Statistics
RANGE - outputNumber - Range
STD_DEV - outputNumber - Standard deviation
SUM - outputNumber - Sum
SUM_OF_SQUARES - outputNumber - Sum of the squares
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.