View source: R/acoustic-pre-processing.R
wt_glean_ap | R Documentation |
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.
wt_glean_ap(x = NULL, input_dir, purpose = c("quality", "abiotic", "biotic"))
x |
A data frame or tibble; must contain the file name. Use output from |
input_dir |
Character; A folder path where outputs from |
purpose |
Character; type of filtering you can choose from |
Output will return the merged tibble with all information, the summary plots of the indices and the LDFC
## Not run:
wt_glean_ap(x = wt_audio_scanner_data, input_dir = "/path/to/my/files")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.