View source: R/qgis_equaltofrequency.R
qgis_equaltofrequency | R Documentation |
QGIS Algorithm provided by QGIS (native c++) Equal to frequency (native:equaltofrequency). The Equal to frequency algorithm evaluates on a cell-by-cell basis the frequency (number of times) the values of an input stack of rasters are equal to the value of a value raster. If multiband rasters are used in the data raster stack, the algorithm will always perform the analysis on the first band of the rasters - use GDAL to use other bands in the analysis. The input value layer serves as reference layer for the sample layers. Any NoData cells in the value raster or the data layer stack will result in a NoData cell in the output raster if the ignore NoData parameter is not checked. The output NoData value can be set manually. The output rasters extent and resolution is defined by the input raster layer and is always of int32 type.
qgis_equaltofrequency(
INPUT_VALUE_RASTER = qgisprocess:::qgis_default_value(),
INPUT_VALUE_RASTER_BAND = qgisprocess:::qgis_default_value(),
INPUT_RASTERS = qgisprocess:::qgis_default_value(),
IGNORE_NODATA = qgisprocess:::qgis_default_value(),
OUTPUT_NODATA_VALUE = qgisprocess:::qgis_default_value(),
CREATE_OPTIONS = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT_VALUE_RASTER |
|
INPUT_VALUE_RASTER_BAND |
|
INPUT_RASTERS |
|
IGNORE_NODATA |
|
OUTPUT_NODATA_VALUE |
|
CREATE_OPTIONS |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
CRS_AUTHID - outputString - CRS authority identifier
EXTENT - outputString - Extent
FOUND_LOCATIONS_COUNT - outputNumber - Count of cells with equal value occurrences
HEIGHT_IN_PIXELS - outputNumber - Height in pixels
MEAN_FREQUENCY_PER_LOCATION - outputNumber - Mean frequency at valid cell locations
OCCURRENCE_COUNT - outputNumber - Count of value occurrences
OUTPUT - outputRaster - Output layer
TOTAL_PIXEL_COUNT - outputNumber - Total pixel count
WIDTH_IN_PIXELS - outputNumber - Width in pixels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.