View source: R/qgis_heatmapkerneldensityestimation.R
qgis_heatmapkerneldensityestimation | R Documentation |
QGIS Algorithm provided by QGIS Heatmap (Kernel Density Estimation) (qgis:heatmapkerneldensityestimation). Creates a density (heatmap) raster of an input point vector layer using kernel density estimation. Heatmaps allow easy identification of hotspots and clustering of points. The density is calculated based on the number of points in a location, with larger numbers of clustered points resulting in larger values.
qgis_heatmapkerneldensityestimation(
INPUT = qgisprocess:::qgis_default_value(),
RADIUS = qgisprocess:::qgis_default_value(),
RADIUS_FIELD = qgisprocess:::qgis_default_value(),
PIXEL_SIZE = qgisprocess:::qgis_default_value(),
WEIGHT_FIELD = qgisprocess:::qgis_default_value(),
KERNEL = qgisprocess:::qgis_default_value(),
DECAY = qgisprocess:::qgis_default_value(),
OUTPUT_VALUE = qgisprocess:::qgis_default_value(),
OUTPUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
INPUT |
|
RADIUS |
|
RADIUS_FIELD |
|
PIXEL_SIZE |
|
WEIGHT_FIELD |
|
KERNEL |
|
DECAY |
|
OUTPUT_VALUE |
|
OUTPUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
OUTPUT - outputRaster - Heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.