runDepthReview: Run Echo Depth Review App

View source: R/runDepthReview.R

runDepthReviewR Documentation

Run Echo Depth Review App

Description

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.

Usage

runDepthReview(x)

Arguments

x

an AcousticStudy object that has been processed with calculateEchoDepth

Value

the object as x, with updated keepClick column

Author(s)

Taiki Sakai taiki.sakai@noaa.gov

Examples

# 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)


PAMpal documentation built on Sept. 11, 2024, 6:31 p.m.