sync_execute_pairs: Calculate asynchronies across all pairs of instruments

View source: R/sync_execute_pairs.R

sync_execute_pairsR Documentation

Calculate asynchronies across all pairs of instruments

Description

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.

Usage

sync_execute_pairs(
  df = NULL,
  instruments = NULL,
  n = 0,
  bootn = NULL,
  beat = NULL
)

Arguments

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)

Value

Output containing asynchronies and beat levels

See Also

sync_sample_paired


tuomaseerola/onsetsynch documentation built on Jan. 17, 2024, 10:58 a.m.