td_presets | R Documentation |
Bundles a few target-specific settings for using threshold_detection
to detect audio signals (*not embarking on identifications*) based on approximate frequency bandwidth and duration of calls.
td_presets(
target = c("Bubo bubo", "Strix aluco", "Glaucidium passerinum", "NocMig")
)
target |
name of specified target |
data frame with specified parameters values for use with find_events
or threshold_detection
## Eagle owl Bubo bubo
td_presets("Bubo bubo")
## Tawny owl Strix aluco
td_presets("Strix aluco")
## Pygmy owl Glaucidium passerinum
td_presets("Glaucidium passerinum")
## NocMig setting
td_presets("NocMig")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.