Learn R Programming

oce (version 1.8-3)

summary,adv-method: Summarize an adv Object

Description

Summarize data in an adv object.

Usage

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

Arguments

object

an object of class "adv", usually, a result of a call to read.adv().

...

further arguments passed to or from other methods.

Author

Dan Kelley

See Also

Other things related to adv data: [[,adv-method, [[<-,adv-method, adv, adv-class, advSontekAdrFileTrim(), applyMagneticDeclination,adv-method, beamName(), beamToXyz(), enuToOther(), enuToOtherAdv(), plot,adv-method, read.adv(), read.adv.nortek(), read.adv.sontek.adr(), read.adv.sontek.serial(), read.adv.sontek.text(), rotateAboutZ(), subset,adv-method, toEnu(), toEnuAdv(), velocityStatistics(), xyzToEnu(), xyzToEnuAdv()

Examples

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

Run the code above in your browser using DataLab