Learn R Programming

seacarb (version 1.2.1)

Khs: Dissociation constant of hydrogen sulfide (mol/kg)

Description

Dissociation constant of hydrogen sulfide (mol/kg)

Usage

Khs(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

  • KhsDissociation constant of hydrogen sulfide on the total scale (mol/kg)

encoding

latin1

References

Millero F. J., 1995. Thermodynamics of the carbon dioxide system in the oceans. Geochimica Cosmochimica Acta 59: 661-677.

Examples

Run this code
Khs(35,25,0)
  plot(Tseq <- seq(0,30,by=0.1), Khs(T=Tseq),xlab="Temperature,dgC",ylab="Khs")

Run the code above in your browser using DataLab