Learn R Programming

Rlibkdv (version 1.1)

plotKDV: Plot KDV

Description

Plot KDV

Usage

plotKDV(data)

Value

No return value, called to plot KDV heatmap

Arguments

data

result of kdv

Examples

Run this code
# \donttest{
data(hk)
resKDV <- kdv(hk$lon, hk$lat, 1000, 800 ,640)
plotKDV(resKDV)
# }

Run the code above in your browser using DataLab