waveNumL {oceanwaves} | R Documentation |
A function to calculate wave number.
Description
A function to calculate wave number.
Usage
waveNumL(f, h)
Arguments
f |
A numeric vector of wave frequencies |
h |
A numeric vector of water depths (usually in units of meters) |
Value
The wave number.
References
Modified from MATLAB function by Urs Neumeier: http://neumeier.perso.ch/matlab/waves.html Based on polynomial approximation from Hunt, J. N. 1979. “Direct Solution of Wave Dispersion Equation,” ASCE Journal of the Waterway, Port, Coastal and Ocean Division., Vol 105, pp 457-459 suggested by George Voulgaris, University of South Carolina
[Package oceanwaves version 0.2.0 Index]