Skip to contents

This function will use a list of media files from a wt_* work flow and outputs from wt_run_ap() in order to generate summary plots of acoustic indices and long-duration false-colour spectrograms. This can be viewed as the "final step" in interpreting acoustic index and LDFC values from your recordings.

Usage

wt_glean_ap(x = NULL, input_dir, purpose = c("quality", "abiotic", "biotic"))

Arguments

x

A data frame or tibble; must contain the file name. Use output from `wt_audio_scanner()`.

input_dir

Character; A folder path where outputs from `wt_run_ap()` are stored.

purpose

Character; type of filtering you can choose from

Value

Output will return the merged tibble with all information, the summary plots of the indices and the LDFC

Examples

if (FALSE) {
wt_glean_ap(x = wt_audio_scanner_data, input_dir = "/path/to/my/files")
}