Skip to contents

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