Learn R Programming

oce (version 0.8-10)

ctd: Seawater CTD profile

Description

This is sample CTD profile provided for testing, created by the code given in Examples.

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 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="coastlineMaritimes")

Run the code above in your browser using DataLab