Learn R Programming

PAMscapes (version 0.11.3)

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

Value

invisibly data

Arguments

data

output from evaluateDeployment either as a dataframe or path to a CSV file containing the same data

issue

if not NULL, a dataframe or path to CSV file of issue logs previously created with this function

freqLims

frequency limits (Hz) for plotting

Author

Taiki Sakai taiki.sakai@noaa.gov