Description Usage Arguments Value Examples
View source: R/compute_oscores_dep.R
Dependency function for compute_oscores. Takes a note and matches it with a note in a table with the most overlap. Computes the overlap scores between the two notes.
1 | compute_oscores_dep(note, table)
|
note |
: 2-dimensional numeric vector. |
table |
:A unit table tibble containing the original sound file, start/end times of the note,the note position and note_label. |
A numeric vector containing the 3 overlap scores.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.