| plotKDV | R Documentation |
Plot KDV
plotKDV(data)
data |
result of kdv |
No return value, called to plot KDV heatmap
data(hk)
resKDV <- kdv(hk$lon, hk$lat, 1000, 800 ,640)
plotKDV(resKDV)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.