pt {oce} | R Documentation |
A sample pT file, created by
pt <- decimate(read.oce("sl08_011855.dat"), by=600) save(pt, file="oce/data/pt.rda")which uses decimation to reduce file size.
data(pt)
Dan Kelley
The SLEIWEX experiment.
http://myweb.dal.ca/kelley/SLEIWEX/index.php
See read.pt
for reading such files,
plot.pt
for plotting them,
summary.pt
for summarizing them,
pt.patm
for determining the atmospheric pressure,
and
pt.trim
for a crude method of removing in-air samples.
library(oce) data(pt) plot(pt) pt.trimmed <- pt.trim(pt) plot(pt.trimmed)