windWave | R Documentation |
Estimates the wave height and period for a given wind speed, fetch distance and water depth.
windWave(wind_speed = 20, fetch_distance = 5000, water_depth = 100)
wind_speed |
Wind speed in units of meters per second. |
fetch_distance |
Fetch distance in units of meters. |
water_depth |
Average offshore water depth in units of meters. |
An estimate of the offshore wave height (meters) and wave period (seconds).
waveHeightPeriod <- windWave(wind_speed = 20, fetch_distance = 5000,
water_depth = 50)
print(waveHeightPeriod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.