summary.tdr {oce}R Documentation

Summarize an TDR temperature-depth data object

Description

Summarize an TDR temperature-depth data object

Usage

## S3 method for class 'tdr':
summary(object, ...)

Arguments

object A tdr object, e.g. as read by read.tdr.
... passed to children.

Details

Pertinent summary information is presented, including the start and stop times, as well as statistics of temperature and pressure.

Value

None

Author(s)

Dan Kelley

See Also

See read.tdr for more information on dealing with the tdr data type, including examples.

Examples

library(oce)
data(tdr)
plot(tdr)
tdr.trimmed <- tdr.trim(tdr)
plot(tdr.trimmed)

[Package oce version 0.1-76 Index]