View source: R/sync_execute_pairs.R
sync_execute_pairs | R Documentation |
sync_execute_pairs
is a meta-function that
executes calculations of asynchronies across all pairs of
instruments. One can specify the same options as in
sync_sample_paired
.
sync_execute_pairs(
df = NULL,
instruments = NULL,
n = 0,
bootn = NULL,
beat = NULL
)
df |
data frame to be processed, where the minimal requirements is two or more instruments (instruments) |
instruments |
Two of more instruments (required) |
n |
Number of samples to be drawn from the pool of joint onsets (default 0) |
bootn |
How many bootstraps are drawn (default=NULL) |
beat |
Beat structure (subdivisions) to be included (default=NULL) |
Output containing asynchronies and beat levels
sync_sample_paired
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.