Learn R Programming

oce (version 0.9-18)

echosounder: echosounder dataset

Description

This is degraded subsample of measurements that were made with a Biosonics scientific echousounder, as part of the St Lawrence Internal Wave Experiment (SLEIWEX).

Usage

data(echosounder)

Arguments

source

This file came from the SLEIWEX-2008 experiment, and was decimated using decimate with by=c().

See Also

The documentation for echosounder-class explains the structure of echosounder objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(echosounder)
plot(echosounder)
plot(echosounder, drawBottom=TRUE)
plot(echosounder, which=2, drawBottom=TRUE, atTop=pretty(echosounder[["time"]]))

Run the code above in your browser using DataLab