Learn R Programming

oce (version 0.9-20)

summary,section-method: Summarize a Section Object

Description

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

Usage

"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, plot,section-method, read.section, section-class, sectionAddStation, sectionGrid, sectionSmooth, sectionSort, section, subset,section-method

Examples

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

Run the code above in your browser using DataLab