plot_condition
plot_condition(
distribution_1,
distribution_2,
label_1,
label_2,
name_x,
name_y,
name_title
)
Numeric vector
Character vector of length equal to distribution_1
Character vector of length equal to distribution_2
Character name specifying the xlab argument in ggplot2.
Character name specifying the ylab argument in ggplot2.
Character name specifying the ggtitle argument in ggplot2.
ggplot2 boxplot of the quantities specified by distribution_1and distribution_2, separated by the conditions denoted by label_1 and label_2.