Learn R Programming

ocedata (version 0.2.2)

schmitt: Schmitt's (1981) NACW temperature-salinity data

Description

Schmitt's (1981) temperature-salinity data for North Atlantic Central Water. The data were digitized from Schmitt's Figure 1, to a tolerance of about half the symbol size in that diagram. Schmitt reported the original data source as a cruise of the vessel T. G. Thompson in 1970, and a location of 25.2N and 35.8W.

Usage

data(schmitt, package="ocedata")

Arguments

References

R. W. Schmitt, 1981. Form of the temperature-salinity relationship in central water: evidence for double-diffusive mixing. Journal of Physical Oceanography, 11:1015-1026.

Examples

Run this code
data(schmitt, package="ocedata")
if (FALSE) {
oce::plotTS(oce::as.ctd(schmitt$S, schmitt$theta, 0), eos="unesco")
}

Run the code above in your browser using DataLab