wt_glean_ap: Extract and plot relevant acoustic index metadata and LDFCs

View source: R/acoustic-pre-processing.R

wt_glean_apR Documentation

Extract and plot relevant acoustic index metadata and LDFCs

Description

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

## Not run: 
wt_glean_ap(x = wt_audio_scanner_data, input_dir = "/path/to/my/files")

## End(Not run)


mabecker89/wildRtrax documentation built on Feb. 5, 2024, 8:50 a.m.