oce (version 1.2-0)

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.

See Also

Other things related to adv data: [[,adv-method, [[<-,adv-method, adv-class, adv, 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

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

# }

Run the code above in your browser using DataCamp Workspace