Simple plotting functions for various the various types of quality assurance / quality control (QAQC) data created by evaluateDeployment and evaluateRecordings
plotQAQCLevel(
x,
level = c("ol", "tol"),
dbRange = NULL,
freqMin = NULL,
title = NULL
)plotQAQCGap(x, title = NULL)
plotQAQCTV(x, title = NULL)
a ggplot object
dataframe created by evaluateDeployment or evaluateRecordings
which frequency band levels to display, one of "ol" (octave level) or "tol" (third-octave level).
range of dB (y-axis) values to plot
minimum frequency (Hz) to show on plot
optional title to add to plot