summary.rbrtdr {oce}R Documentation

Summarize an RBR temperature-depth data object

Description

Summarize an RBR temperature-depth data object

Usage

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

Arguments

object A rbrtdr object, e.g. as read by read.rbrtdr.
... 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

References

(fill in later)

See Also

A rbrtdr object may be read with read.rbrtdr and plotted with read.rbrtdr.

Examples

## Not run: 
library(oce)
...
## End(Not run)

[Package oce version 0.1.74 Index]