Description Usage Arguments Details
View source: R/similarityDistr.R
Plots the distribution of matches to a reference song
1 2 |
pos |
Vector of positions in the reference song that have been matched. |
score |
Vector of similarity scores. |
title |
Title used for the plot. |
plot |
Should the plot be printed? |
ylab |
Title for the y-axis. |
plottype |
Typle of geom to use for the plot |
alpha |
Value of alpha argument in 'ggplot2::geom_point()', if using 'plottype' "point". |
Each element in 'score' must correspond to an element in 'pos'.
If geom point is used for the plot, specify a value for the alpha argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.