munk {ocedata} | R Documentation |
Munk's (1966) temperature profile
Description
Temperature profile digitized from the left-hand panel of Munk's Figure 1.
Usage
data(munk, package="ocedata")
References
Walter H. Munk, 1966. Abyssal recipes. Deep-Sea Research, 13, 707-730.
Examples
data(munk, package="ocedata")
plot(munk$temperature, munk$depth,
ylim=rev(range(munk$depth)),
xlab="Temperature [degC]", ylab="Depth [km]")
[Package ocedata version 0.2.2 Index]