Learn R Programming

oce (version 0.1-75)

tdr: Sample temperature-depth recorder file

Description

A sample RBR TDR file, created by tdr <- read.oce("tests/tdr.dat") and then save(tdr, file="../data/tdr.rda").

Usage

data(tdr)

Arguments

source

The SLEIWEX experiment.

References

http://myweb.dal.ca/kelley/SLEIWEX/index.php

See Also

See read.tdr for reading such files, plot.tdr for plotting them, summary.tdr for summarizing them, tdr.patm for determining the atmospheric pressure, and tdr.trim for a crude method of removing in-air samples.

Examples

Run this code
library(oce)
data(tdr)
plot(tdr)
tdr.trimmed <- tdr.trim(tdr)
plot(tdr.trimmed)

Run the code above in your browser using DataLab