Nothing
## -----------------------------------------------------------------------------
## Isothermal Compressibility of Seawater
## -----------------------------------------------------------------------------
sw_kappa_t <- function (S = 35, t = 25, p = P-1.013253, P = 1.013253) {
if (any (S < 0))
stop ("Salinity should be >= 0")
-1e4 * sw_gibbs(S, t, p, dS = 0, dt = 0, dp = 2) /
sw_gibbs(S, t, p, dS = 0, dt = 0, dp = 1)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.