RRprofile {oce} | R Documentation |
This is the hydrographic profile used by Reiniger and Ross (1968) to illustrate the use of their method for interpolating oceanographic data.
data(RRprofile)
Table 2 of Reiniger and Ross (1968).
Reiniger, R. F. and C. K. Ross, 1968. A method of interpolation with application to oceanographic data. Deep-Sea Research, 15, 185:193.
data(RRprofile) ctd <- as.ctd(RRprofile$salinity, RRprofile$temperature, RRprofile$depth) plot(ctd)