add_transitions_dep: Subfunction for add_transitions

View source: R/add_transitions_dep.R

add_transitions_depR Documentation

Subfunction for add_transitions

Description

Used in add_transitions() to add a transitions column for an ordered unit table from one song. Designed only for use within add_transitions().

Usage

add_transitions_dep(table)

Arguments

table:

Ordered unit table of notes from one song.

Value

A unit table with a transitions column.

Examples

unit_table = tibble::tibble(start = c(0.37, 0.6, 0.2, 1.8), end = c(0.45, 0.7, 0.4, 2), selec = c(1,2,3,4),sound.files ="JS001.wav" , note_label = "Curve")
add_transitions_dep(unit_table)

Anthony-Kwong/birdsong.tools documentation built on April 14, 2023, 9:50 a.m.