Summarize data in an adv
object.
# S4 method for adv
summary(object, ...)
an object of class "adv"
, usually, a result of a call to
read.adv()
.
further arguments passed to or from other methods.
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()
# NOT RUN {
library(oce)
data(adv)
summary(adv)
# }
Run the code above in your browser using DataLab