summary.section {oce}R Documentation

Summarize a CTD section

Description

Summarize a CTD section.

Usage

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

## S3 method for class 'summary.section':
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object an object of class "section", usually, a result of a call to read.section, read.oce, or make.section.
x an object of class "summary.section", usually, a result of a call to summary.section.
digits the number of significant digits to use when printing.
... further arguments passed to or from other methods.

Details

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

Author(s)

Dan Kelley

See Also

A section object may be created by using make.section to assemble individual ctd objects, or it may be created by reading a section data file with read.section.

Examples

library(oce)
data(section)
summary(section)

[Package oce version 0.1-80 Index]