Learn R Programming

oce (version 0.2-1)

munk1966: Munk's (1966) temperature profile

Description

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

Usage

data(munk1966)

Arguments

References

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

Examples

Run this code
data(munk1966)
attach(munk1966)
plot(temperature, depth,
     ylim=rev(range(depth)), xlab="Temperature [degC]", ylab="Depth [km]")
detach(munk1966)

Run the code above in your browser using DataLab