Learn R Programming

oce (version 0.2-1)

summary.section: Summarize a CTD section

Description

Summarize a CTD section.

Usage

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

## 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
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.

See Also

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

Examples

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

Run the code above in your browser using DataLab