Learn R Programming

oce (version 0.2-1)

summary.history: Summarize the history of an Oce object

Description

Summarize the history of an Oce object

Usage

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

Arguments

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

Value

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

Details

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

See Also

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