Learn R Programming

oce (version 0.9-18)

summary.section: Summarize a CTD section

Description

Summarize a CTD section.

Usage

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

Arguments

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

Value

  • NULL

Details

Pertinent summary information is presented, including station locations, distance along track, etc.

See Also

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

Examples

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

Run the code above in your browser using DataLab