View source: R/runDepthReview.R
runDepthReview | R Documentation |
Runs a Shiny app to review the slant delay and esimated depths
of an AcousticStudy object that has been processed with
calculateEchoDepth. App allows users to select detections that
should not be included in future analysis and marks them with the tag
keepClick=FALSE
, similar to filterEchoDepths.
runDepthReview(x)
x |
an AcousticStudy object that has been processed with calculateEchoDepth |
the object as x
, with updated keepClick
column
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')
study <- runDepthReview(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.