td_presets: target-specific templates for use of automatised signal...

View source: R/td_presets.R

td_presetsR Documentation

target-specific templates for use of automatised signal detection

Description

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.

Usage

td_presets(
  target = c("Bubo bubo", "Strix aluco", "Glaucidium passerinum", "NocMig")
)

Arguments

target

name of specified target

Value

data frame with specified parameters values for use with find_events or threshold_detection

Examples

## 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")



mottensmann/NocMigR documentation built on Oct. 3, 2023, 3:36 a.m.