tdr {oce} | R Documentation |
A sample TDR file,
created by
tdr <- read.oce("../tests/tdr.dat")
and then
save(tdr, file="../data/tdr.rda")
.
data(tdr)
Dan Kelley
The SLEIWEX experiment.
http://myweb.dal.ca/kelley/SLEIWEX/index.php
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.
library(oce) data(tdr) plot(tdr) tdr.trimmed <- tdr.trim(tdr) plot(tdr.trimmed)