Description Usage Arguments Examples
View source: R/plot_correlation.R
This function plots a conditional probability distribution created with get_conditional as a violin plot. This functions depends on reshape2 and ggplot2.
| 1 | plot_correlation(cond = cond, title = "", xlab = "", ylab = "")
 | 
| cond | dataframe with conditional probabilities created with get_conditional. | 
| title | Title of plot. Default = no title | 
| xlab | Label for x-axis. Default = no label | 
| ylab | Label for y-axis. Default = no label | 
| 1 | plot_correlation(cond, title, xlab, ylab)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.