Learn R Programming

ocedata (version 0.1.6)

munk: Munk's (1966) temperature profile

Description

Temperature profile digitized from the left-hand panel of Munk's Figure 1.

Usage

data(munk)

Arguments

References

Walter H. Munk, 1966. Abyssal recipes. Deep-Sea Research, 13, 707-730.

Examples

Run this code
# NOT RUN {
library(ocedata)
data(munk)
plot(munk$temperature, munk$depth,
     ylim=rev(range(munk$depth)), xlab="Temperature [degC]", ylab="Depth [km]")
# }

Run the code above in your browser using DataLab