plotSTKDV {Rlibkdv}R Documentation

Plot STKDV

Description

Plot STKDV

Usage

plotSTKDV(data)

Arguments

data

result of stkdv

Value

No return value, called to plot STKDV heatmap

Examples


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


[Package Rlibkdv version 1.1 Index]