| summary,section-method {oce} | R Documentation |
Summarize a section Object
Description
Pertinent summary information is presented, including station locations, distance along trac, etc.
Usage
## S4 method for signature 'section'
summary(object, ...)
Arguments
object |
An object of class |
... |
Further arguments passed to or from other methods. |
Value
NULL
Author(s)
Dan Kelley
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
library(oce)
data(section)
summary(section)
[Package oce version 1.8-2 Index]