Rdocumentation
powered by
Learn R Programming
seacarb (version 2.3.1)
rho: Density of seawater (kg/m3)
Description
Calculates the density of seawater ($kg\ m^{-3}$)
Usage
rho(S = 35, T = 25, P = 0)
Arguments
S
Salinity, default is 35
T
Temperature in degrees Celsius, default is 25oC
P
Hydrostatic pressure in bar (surface = 0), default is 0
Value
rho
Density of seawater (kg/m3)
encoding
latin1
References
Millero, F. J. and Poisson, A. 1981 International one-atmosphere equation of state of seawater.
Deep-Sea Research
28A
, 625-629.
Examples
Run this code
rho(
35
,
25
,
0
)
Run the code above in your browser using
DataLab