stkdv {Rlibkdv}R Documentation

Use STKDV

Description

Efficient and accurate spatiotemporal kernel density visualization.

Usage

stkdv(
  longitude,
  latitude,
  time,
  bandwidth_s = 1000,
  bandwidth_t = 6,
  row_pixels = 800,
  col_pixels = 640,
  t_pixels = 32
)

Arguments

longitude

features' longitude

latitude

features' latitude

time

features' time

bandwidth_s

spatial bandwidth

bandwidth_t

temporal bandwidth

row_pixels

row pixels

col_pixels

col pixels

t_pixels

time pixels

Value

stkdv result

Examples


data(hk)
resSTKDV <- stkdv(hk$lon, hk$lat, hk$t, 1000, 6, 800, 640, 32)


[Package Rlibkdv version 1.1 Index]