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.
Usage
data(pt)
Arguments
source
The SLEIWEX experiment.
References
http://myweb.dal.ca/kelley/SLEIWEX/index.php
See Also
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.