Learn R Programming

oce (version 0.1-80)

pt: pT (pressure-temperature) dataset

Description

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.

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