adp {oce} | R Documentation |
This is degraded subsample of measurements that were made with an upward-pointing ADP manufactured by Teledyne-RDI, as part of the St Lawrence Internal Wave Experiment (SLEIWEX).
data(adp)
This file came from the SLEIWEX-2008 experiment.
Other datasets provided with oce
: adv
,
argo
, cm
,
coastlineWorld
, colors
,
ctdRaw
, ctd
,
echosounder
, landsat
,
lisst
, lobo
,
met
, rsk
,
sealevelTuktoyaktuk
,
sealevel
, section
,
topoWorld
, wind
Other things related to adp
data: [[,adp-method
,
[[<-,adp-method
, adp-class
,
adpEnsembleAverage
, as.adp
,
beamName
, beamToXyzAdp
,
beamToXyzAdv
, beamToXyz
,
beamUnspreadAdp
, binmapAdp
,
enuToOtherAdp
, enuToOther
,
plot,adp-method
, read.ad2cp
,
read.adp.nortek
,
read.adp.rdi
,
read.adp.sontek.serial
,
read.adp.sontek
, read.adp
,
read.aquadoppHR
,
read.aquadoppProfiler
,
read.aquadopp
,
subset,adp-method
,
summary,adp-method
, toEnuAdp
,
toEnu
, velocityStatistics
,
xyzToEnuAdp
, xyzToEnu
## Not run: library(oce) data(adp) # Velocity components. (Note: we should probably trim some bins at top.) plot(adp) # Note that tides have moved the mooring. plot(adp, which=15:18) ## End(Not run)