The goal of Rlibkdv is to provide a versatile kernel density visualization R package for geospatial analytics.
With our Rlibkdv, you can quickly generate high-resolution kernel density visualizations, supporting advanced analysis tasks such as bandwidth-tuning and spatiotemporal analysis.
The latest version of Rlibkdv at CRAN is available at: https://CRAN.R-project.org/package=Rlibkdv
You can install the stable version of Rlibkdv from CRAN with:
install.packages("Rlibkdv")
You can install the development version of Rlibkdv from GitHub with:
library(devtools)
devtools::install_github("bojianzhu/Rlibkdv", force=TRUE, dependencies=FALSE, upgrade="never")
Kernel Density Visualization:
library(Rlibkdv)
data(hk)
resKDV <-kdv(hk$lon, hk$lat, 1000.0, 800, 640)
plotKDV(resKDV)

Spatiotemporal Kernel Density Visualization:
library(Rlibkdv)
data(hk)
resSTKDV <- stkdv(hk$lon,hk$lat,hk$t, 1000.0, 6.0, 800, 640, 32)
plotSTKDV(resSTKDV)

Prof. (Edison) Tsz Nam Chan, Hong Kong Baptist University
Mr. Bojian Zhu, Xidian University (now in Hong Kong Baptist University)
Prof. Dingming Wu, Shenzhen University
Prof. (Ryan) Leong Hou U, University of Macau
Prof. Jianliang Xu, Hong Kong Baptist University
Fast Density Analysis - A Powerful QGIS plug-in for Large-scale Geospatial Analytics
PyNKDV - An Efficient Network Kernel Density Visualization Library for Geospatial Analytic Systems
LIBKDV - A Versatile Kernel Density Visualization Library for Geospatial Analytics (Heatmap)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.