Learn R Programming

oce (version 0.9-14)

ctd: A CTD profile in Halifax Harbour

Description

A CTD profile measured in Halifax Harbour in 2003, by students enrolled in the author's Physical Oceanography class at Dalhousie University.

Usage

data(ctd)

Arguments

source

This is a station within the section dataset, and details are provided in the documentation for the latter.

See Also

The documentation for ctd-class in the Oce package explains the structure of CTD objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(ctd)
plot(ctd, which=c(1,2,3,5), coastline="coastlineWorldFine")

Run the code above in your browser using DataLab