Learn R Programming

oce (version 0.9-18)

cm: Current-meter record

Description

The result of using read.cm on a current meter file holding measurements made with an InterOcean S4 device. See read.cm for some general cautionary notes on reading such files, and be aware that the salinities in this sample dataset are known to be incorrect, for unknown reasons perhaps related to lack of calibration of an old instrument that is seldom used.

Usage

data(cm)

Arguments

See Also

The documentation for cm-class explains the structure of cm objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(cm)
summary(cm)
plot(cm)

Run the code above in your browser using DataLab