plotQAQC: Plot QAQC Data

plotQAQCLevelR Documentation

Plot QAQC Data

Description

Simple plotting functions for various the various types of quality assurance / quality control (QAQC) data created by evaluateDeployment and evaluateRecordings

Usage

plotQAQCLevel(
  x,
  level = c("ol", "tol"),
  dbRange = NULL,
  freqMin = NULL,
  title = NULL
)

plotQAQCGap(x, title = NULL)

plotQAQCTV(x, title = NULL)

Arguments

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

Value

a ggplot object


PAMscapes documentation built on April 4, 2025, 2:17 a.m.