oce (version 1.1-1)

summary,section-method: Summarize a Section Object

Description

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

Usage

# S4 method for section
summary(object, ...)

Arguments

object

An object of class "section", usually, a result of a call to read.section, read.oce, or as.section.

...

Further arguments passed to or from other methods.

Value

NULL

See Also

Other things related to section data: [[,section-method, [[<-,section-method, as.section, handleFlags,section-method, initializeFlagScheme,section-method, plot,section-method, read.section, section-class, sectionAddStation, sectionGrid, sectionSmooth, sectionSort, section, subset,section-method

Examples

Run this code
# NOT RUN {
library(oce)
data(section)
summary(section)

# }

Run the code above in your browser using DataCamp Workspace