View source: R/plot_by_dataset.R
plot_by_dataset | R Documentation |
This function plots the calculated asynchronies of instruments and labels these by instruments.
plot_by_dataset(
df = NULL,
asynchronies = NULL,
data = NULL,
pcols = 1,
box = FALSE,
colour = "lightblue",
colorpalette = "Set2"
)
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) |
Graphic output
plot_by_variable
, plot_by_pair
, plot_by_beat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.