| subset,adv-method {oce} | R Documentation |
Subset an adv (acoustic Doppler profile) object. This function is somewhat
analogous to subset.data.frame, except that subsets can only be
specified in terms of time.
## S4 method for signature 'adv' subset(x, subset, ...)
x |
An |
subset |
a condition to be applied to the |
... |
ignored. |
A new adv-class object.
Dan Kelley
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, summary,adv-method,
toEnuAdv, toEnu,
velocityStatistics,
xyzToEnuAdv, xyzToEnu
library(oce) data(adv) plot(adv) plot(subset(adv, time < mean(range(adv[['time']]))))