Learn R Programming

oce (version 0.9-18)

summary.rsk: Summarize a rsk object

Description

Summarize a rsk object

Usage

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

Arguments

object
an object of class "rsk", usually, a result of a call to read.rsk.
...
further arguments passed to or from other methods.

Value

  • A matrix containing statistics of the elements of the data slot.

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 rsk-class explains the structure of rsk objects, and also outlines the other functions dealing with them.

Examples

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

Run the code above in your browser using DataLab