summary.pt {oce}R Documentation

Summarize a pT object

Description

Summarize a pT object

Usage

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

## S3 method for class 'summary.pt':
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object an object of class "pt", usually, a result of a call to read.pt.
x an object of class "summary.pt", usually, a result of a call to summary.pt.
digits the number of significant digits to use when printing.
... further arguments passed to or from other methods.

Details

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

Value

An object of class "summary.pt", which contains pertinent information about the TDR record and its processing.

Author(s)

Dan Kelley

See Also

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

Examples

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

[Package oce version 0.1-80 Index]