identify_intro_dep: identify_intro_dep

Description Usage Arguments Value Examples

View source: R/identify_intro_dep.R

Description

Dependency for identify_intro. Takes a unit table and assigns notes to the introduction. The notes from the input are all from the same recording.

Usage

1
identify_intro_dep(unit_table)

Arguments

unit_table:

A unit table tibble containing the original sound file, start/end times of the note,the note position and note_label. Notes are all from the same recording.

Value

A logical vector indicating whether each note has been assigned to the introduction.

Examples

1
2
3
unit_table = tibble::tibble(start = c(0.2, 0.6, 0.75, 1.1, 1.8, 2.5, 4),
end = c(0.25, 0.7, 0.9, 1.6, 1.9, 3, 4.2),pos = seq(7),sound.files = "JS001.wav")
identify_intro_dep(unit_table)

deponent-verb/birdsong.tools documentation built on Dec. 19, 2021, 10:12 p.m.