Learn R Programming

Rlibkdv (version 1.1)

stkdv: 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
)

Value

stkdv result

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

Examples

Run this code
# \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