View source: R/smooth_raster.R
smooth_raster | R Documentation |
Create kde density version of a raster
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"), ... )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.