This is degraded subsample of measurements that were made with an upward-pointing, moored, ADP manufactured by Teledyne-RDI, as part of the St Lawrence Internal Wave Experiment (SLEIWEX).

data(adp)

Source

This file came from the SLEIWEX-2008 experiment.

Examples

# \donttest{
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)

# }