plot_correlation: Plots a conditional probability from correlate distribution...

Description Usage Arguments Examples

View source: R/plot_correlation.R

Description

This function plots a conditional probability distribution created with get_conditional as a violin plot. This functions depends on reshape2 and ggplot2.

Usage

1
plot_correlation(cond = cond, title = "", xlab = "", ylab = "")

Arguments

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

Examples

1
plot_correlation(cond, title, xlab, ylab)

reslp/correlate documentation built on Aug. 29, 2019, 11 a.m.