powered by
Efficient and accurate spatiotemporal kernel density visualization.
stkdv( longitude, latitude, time, bandwidth_s = 1000, bandwidth_t = 6, row_pixels = 800, col_pixels = 640, t_pixels = 32 )
stkdv result
features' longitude
features' latitude
features' time
spatial bandwidth
temporal bandwidth
row pixels
col pixels
time pixels
# \donttest{ data(hk) resSTKDV <- stkdv(hk$lon, hk$lat, hk$t, 1000, 6, 800, 640, 32) # }
Run the code above in your browser using DataLab