Learn R Programming

oce (version 0.9-18)

summary.ctd: Summarize a CTD object

Description

Summarizes some of the data in a ctd object.

Usage

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

Arguments

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

Value

  • An object of class "summary.ctd", which when printed shows pertinent information about the CTD record and its processing.

Details

Pertinent summary information is presented, including the station name, sampling location, data ranges, etc.

See Also

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

Examples

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

Run the code above in your browser using DataLab