SpatialKDE

Github actions: R-CMD-check Windows Release Web deploy Lifecycle: experimental

Travis build - R-devel: Build Status

Cran Status: Cran: version Cran: downloads

R package to calculate spatial KDE. Inspired by the tool Heatmap tool from QGIS. Help for Heatmap tool can be found here, the help is for older version of the tool, but the window of the tool looks relatively the same.

Documentation

Available here.

Instalation

If you have RTools (Windows), or any C++ compiler (Linux, macOS) installed then you can use:

remotes::install_github("JanCaha/SpatialKDE")

Compiled Window binaries

For Windows the binaries are available from release page.

The instalation can be done from R using command, where you just replace x.x.x with the current version (e.g. 0.1.0):

install.packages('SpatialKDE_x.x.x.zip', repos = NULL, type = "win.binary")