smooth_raster {sdcSpatial} | R Documentation |
Create kde density version of a raster
Description
Create kde density version of a raster
Usage
smooth_raster(
x,
bw = raster::res(x),
smooth_fact = 5,
keep_resolution = TRUE,
na.rm = TRUE,
pad = TRUE,
padValue = NA,
threshold = NULL,
type = c("Gauss", "circle", "rectangle"),
...
)
Arguments
x |
raster object |
bw |
bandwidth |
smooth_fact |
|
keep_resolution |
|
na.rm |
should the |
pad |
should the data be padded? |
padValue |
what should the padding value be? |
threshold |
cells with a lower (weighted) value of this threshold will be removed. |
type |
what is the type of smoothing (see |
... |
passed through to |
[Package sdcSpatial version 0.5.2 Index]