Learn R Programming

seacarb (version 3.2.14)

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

pressure

Pressure corresponding to the depth given, in dbar

References

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

See Also

p2d

Examples

Run this code
# NOT RUN {
d2p(depth=7500, lat=30)  
# }

Run the code above in your browser using DataLab