plotQAQCLevel | R Documentation |
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)
x |
dataframe created by evaluateDeployment or evaluateRecordings |
level |
which frequency band levels to display, one of "ol" (octave level) or "tol" (third-octave level). |
dbRange |
range of dB (y-axis) values to plot |
freqMin |
minimum frequency (Hz) to show on plot |
title |
optional title to add to plot |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.