R/munk.R

#' Munk's (1966) temperature profile
#'
#' Temperature profile digitized from the left-hand panel of Munk's
#' Figure 1.
#'
#' @name munk
#'
#' @docType data
#'
#' @usage data(munk, package="ocedata")
#'
#' @examples
#' data(munk, package="ocedata")
#' plot(munk$temperature, munk$depth,
#'     ylim=rev(range(munk$depth)),
#'     xlab="Temperature [degC]", ylab="Depth [km]")
#'
#' @references
#' Walter H. Munk, 1966. Abyssal recipes. *Deep-Sea Research*, 13, 707-730.
NULL

Try the ocedata package in your browser

Any scripts or data that you put into this service are public.

ocedata documentation built on Aug. 19, 2022, 5:23 p.m.