echosounder
.read.echosounder(file, channel=1, soundSpeed=swSoundSpeed(35,10,50),
tz=getOption("oceTz"), debug=getOption("oceDebug"))
class
"echosounder"
with
standard slots metadata
, data
and processingLog
that
are described in the documentation for the object
echosounder-class
.Biosonics, 2010. DT4 Data File Format Specification. BioSonics Advanced Digital Hydroacoustics. July, 2010. SOFTWARE AND ENGINEERING LIBRARY REPORT BS&E-2004-07-0009-2.0. (This document was provided to the author of this function in November 2011, which suggests that the data format was not changed since July 2010.)
echosounder-class
explains the
structure of ctd
objects, and also outlines the other functions
dealing with them.library(oce)
e <- read.echosounder('data.dt4')
plot(e)
Run the code above in your browser using DataLab