View source: R/depth2pressure.R
depth2pressure | R Documentation |
This function is used to convert the depth (in meters) to the pressure in Pascals.
depth2pressure(d, latitude)
d |
The depth in meters |
latitude |
The latitude in degrees |
The pressure in Pa
Based on the Leroy and Parthiot (1998) formula. See: http://resource.npl.co.uk/acoustics/techguides/soundseawater/content.html#UNESCO
depth2pressure(1000, 27)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.