Learn R Programming

oce (version 0.1-81)

pt: pT (pressure-temperature) dataset

Description

A sample pT file, created by pt <- read.oce("/data/archive/sleiwex/2008/moorings/m08/pt/rbr_011855/manufacturer/pt_rbr_011855.dat", by=600) save(pt, file="oce/data/pt.rda") (which uses a file not supplied with this package).

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.

Examples

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

Run the code above in your browser using DataLab