Learn R Programming

oce (version 0.2-1)

summary.pt: Summarize a pt object

Description

Summarize a pt object

Usage

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

## 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.

Value

  • An object of class "summary.pt", 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.

Examples

Run this code
library(oce)
data(ptr)
summary(ptr)

Run the code above in your browser using DataLab