plotSTKDV: Plot STKDV

View source: R/kdv.R

plotSTKDVR 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)


Rlibkdv documentation built on Oct. 22, 2023, 1:16 a.m.