add_transitions_dep: Subfunction for add_transitions

Description Usage Arguments Value Examples

View source: R/add_transitions_dep.R

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

1

Arguments

table:

Ordered unit table of notes from one song.

Value

A unit table with a transitions column.

Examples

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

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