Learn R Programming

Rlibkdv (version 1.1)

plotSTKDV: Plot STKDV

Description

Plot STKDV

Usage

plotSTKDV(data)

Value

No return value, called to plot STKDV heatmap

Arguments

data

result of stkdv

Examples

Run this code
# \donttest{
data(hk)
resSTKDV <- stkdv(hk$lon, hk$lat, hk$t, 1000, 6, 800, 640, 32)
plotSTKDV(resSTKDV)
# }

Run the code above in your browser using DataLab