plotKDV: Plot KDV

View source: R/kdv.R

plotKDVR Documentation

Plot KDV

Description

Plot KDV

Usage

plotKDV(data)

Arguments

data

result of kdv

Value

No return value, called to plot KDV heatmap

Examples


data(hk)
resKDV <- kdv(hk$lon, hk$lat, 1000, 800 ,640)
plotKDV(resKDV)


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