Learn R Programming

oce (version 0.1-76)

summary.tdr: Summarize an TDR temperature-depth data object

Description

Summarize an TDR temperature-depth data object

Usage

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

Arguments

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

Value

  • None

Details

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

See Also

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

Examples

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

Run the code above in your browser using DataLab