Learn R Programming

PAMpal (version 1.4.4)

runDepthReview: 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)

Value

the object as x, with updated keepClick column

Arguments

x

an AcousticStudy object that has been processed with calculateEchoDepth

Author

Taiki Sakai taiki.sakai@noaa.gov

Examples

Run this code
# example not run because \link{calculateEchoDepth} must be run first,
# and it requires a large amount of data not stored in the package
if (FALSE) {
study <- calculateEchoDepth(study, wav='path/to/wavFiles')
study <- runDepthReview(x)
}

Run the code above in your browser using DataLab