plot_by_dataset: Plot synchronies by beat structures across datasets

View source: R/plot_by_dataset.R

plot_by_datasetR Documentation

Plot synchronies by beat structures across datasets

Description

This function plots the calculated asynchronies of instruments and labels these by instruments.

Usage

plot_by_dataset(
  df = NULL,
  asynchronies = NULL,
  data = NULL,
  pcols = 1,
  box = FALSE,
  colour = "lightblue",
  colorpalette = "Set2"
)

Arguments

df

data frame to be processed (required)

asynchronies

Variable name where the asynchronies are (required)

data

Variable name where the beats are (required)

pcols

Number of columns for multiple plots (default 1)

box

Do the graphics by boxplot (optional)

colour

colour for the boxplot (optional)

colorpalette

colourpalette for the boxplot (optional)

Value

Graphic output

See Also

plot_by_variable, plot_by_pair, plot_by_beat


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