Last chance! 50% off unlimited learning
Sale ends in
data(munk)
Walter H. Munk, 1966. Abyssal recipes. Deep-Sea Research, 13, 707-730.
data(munk)
attach(munk)
plot(temperature, depth,
ylim=rev(range(depth)), xlab="Temperature [degC]", ylab="Depth [km]")
detach(munk)
Run the code above in your browser using DataLab