runQAQCReview {PAMscapes} | R Documentation |
Run QAQC Review Shiny App
Description
Launches a shiny app that allows users to review QAQC outputs created by evaluateDeployment and interactively mark potential problems to investigate. Potential problems can be saved in an "Issues Log" that can be downloaded as a CSV file.
Usage
runQAQCReview(data, issue = NULL, freqLims = c(30, Inf))
Arguments
data |
output from evaluateDeployment either as a dataframe or path to a CSV file containing the same data |
issue |
if not |
freqLims |
frequency limits (Hz) for plotting |
Value
invisibly data
Author(s)
Taiki Sakai taiki.sakai@noaa.gov
[Package PAMscapes version 0.14.0 Index]