| kdv | R Documentation |
Efficient and accurate kernel density visualization.
kdv(
longitude,
latitude,
bandwidth_s = 1000,
row_pixels = 800,
col_pixels = 640
)
longitude |
features' longitude |
latitude |
features' latitude |
bandwidth_s |
spatial bandwidth |
row_pixels |
row pixels |
col_pixels |
col pixels |
kdv result
data(hk)
resKDV <- kdv(hk$lon, hk$lat, 1000, 800 ,640)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.