
Extract and plot relevant acoustic index metadata and LDFCs
wt_glean_ap.RdThis 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"),
  include_ind = TRUE,
  include_ldfcs = TRUE,
  borders = F
)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 
- include_ind
- Logical; Include index results 
- include_ldfcs
- Logical; Include LDFC results 
- borders
- Logical; Include borders to define different recordings