subset.data.frame
. Subsetting can be by
time
or distance
, but these may not be combined; use a sequence
of calls to subset by both.
"subset"(x, subset, ...)
adp
object, i.e. one inheriting from adp-class
.data
portion of
x
. See ‘Details’.adp-class
object.
adp
data: [[,adp-method
,
[[<-,adp-method
, adp-class
,
adp
, as.adp
,
beamName
, beamToXyzAdp
,
beamToXyzAdv
, beamToXyz
,
beamUnspreadAdp
, binmapAdp
,
enuToOtherAdp
, enuToOther
,
plot,adp-method
,
read.adp.nortek
,
read.adp.rdi
,
read.adp.sontek.serial
,
read.adp.sontek
, read.adp
,
read.aquadoppHR
,
read.aquadoppProfiler
,
read.aquadopp
,
summary,adp-method
, toEnuAdp
,
toEnu
, velocityStatistics
,
xyzToEnuAdp
, xyzToEnu
library(oce)
data(adp)
# First part of time series
plot(subset(adp, time < mean(range(adp[['time']]))))
Run the code above in your browser using DataLab