View source: R/summariseDiveDepth.R
summariseDiveDepth | R Documentation |
Summarise results of dive depth estimation using calculateEchoDepth and related functions
summariseDiveDepth(x, hpDepthError = 1, locType = "PGTargetMotion")
x |
an AcousticStudy that has been processed with calculateEchoDepth |
hpDepthError |
hydrophone depth error to use for error estimation |
locType |
name of localization, note that this function is not computing any localization, only using previously calculated |
a dataframe with columns summarising the estimated dive depth
for each event in x
Taiki Sakai taiki.sakai@noaa.gov
# example not run because \link{calculateEchoDepth} must be run first,
# and it requires a large amount of data not stored in the package
## Not run:
study <- calculateEchoDepth(study, wav='path/to/wavFiles')
summariseDiveDepth(study)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.