RRprofile {oce}R Documentation

Seawater profile used by Reiniger and Ross (1968)

Description

This is the hydrographic profile used by Reiniger and Ross (1968) to illustrate the use of their method for interpolating oceanographic data.

Usage

data(RRprofile)

Source

Table 2 of Reiniger and Ross (1968).

References

Reiniger, R. F. and C. K. Ross, 1968. A method of interpolation with application to oceanographic data. Deep-Sea Research, 15, 185:193.

Examples

data(RRprofile)
ctd <- as.ctd(RRprofile$salinity, RRprofile$temperature, RRprofile$depth)
plot(ctd)

[Package oce version 0.1-80 Index]