sound_speed | R Documentation |
This function is used to estimate the sound speed using Coppens equation
sound_speed(temperature, D = NULL, S = NULL)
temperature |
The temperature in degrees C |
D |
(optional) The depth in meters (defaults to 1 m) |
S |
The salinity in part-per-thousand (defaults to 35 ppt) |
The sound speed in m/s
Range of validity: temperature 0 to 35 °C, salinity 0 to 45 parts per thousand, depth 0 to 4000 m
Source: http://resource.npl.co.uk/acoustics/techguides/soundseawater/content.html#UNESCO
sound_speed(8, 1000, 34)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.