Learn R Programming

oce (version 0.8-6)

summary.pt: Summarize a pt object

Description

Summarize a pt object

Usage

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

Arguments

object
an object of class "pt", usually, a result of a call to read.pt.
...
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

The documentation for pt-class explains the structure of PT objects, and also outlines the other functions dealing with them.

Examples

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

Run the code above in your browser using DataLab