| summary,adv-method {oce} | R Documentation |
Summarize an adv Object
Description
Summarize data in an adv object.
Usage
## S4 method for signature 'adv'
summary(object, ...)
Arguments
object |
an object of class |
... |
further arguments passed to or from other methods. |
Author(s)
Dan Kelley
See Also
Other things related to adv data:
[[,adv-method,
[[<-,adv-method,
adv-class,
advSontekAdrFileTrim(),
adv,
applyMagneticDeclination,adv-method,
beamName(),
beamToXyz(),
enuToOtherAdv(),
enuToOther(),
plot,adv-method,
read.adv.nortek(),
read.adv.sontek.adr(),
read.adv.sontek.serial(),
read.adv.sontek.text(),
read.adv(),
rotateAboutZ(),
subset,adv-method,
toEnuAdv(),
toEnu(),
velocityStatistics(),
xyzToEnuAdv(),
xyzToEnu()
Examples
library(oce)
data(adv)
summary(adv)
[Package oce version 1.8-2 Index]