Learn R Programming

seacarb (version 2.3.1)

d2p: Converts depth in meters to pressure in dbar

Description

Converts depth in meters to pressure in dbar

Usage

d2p(depth, lat=40)

Arguments

depth
Depth in meters
lat
Latitude in degrees, N and S is irrelevant, default is 40o

Value

  • pressurePressure corresponding to the depth given, in dbar

encoding

latin1

References

Saunders P. M., 1981. Practical conversion of pressure to depth. J. Phys. Oceanogr. 11: 573-574.

See Also

p2d

Examples

Run this code
d2p(depth=7500, lat=30)

Run the code above in your browser using DataLab