View source: R/plotting_functions.R
plot_condition | R Documentation |
plot_condition
plot_condition( distribution_1, distribution_2, label_1, label_2, name_x, name_y, name_title )
distribution_1, distribution_2 |
Numeric vector |
label_1 |
Character vector of length equal to distribution_1 |
label_2 |
Character vector of length equal to distribution_2 |
name_x |
Character name specifying the xlab argument in ggplot2. |
name_y |
Character name specifying the ylab argument in ggplot2. |
name_title |
Character name specifying the ggtitle argument in ggplot2. |
ggplot2 boxplot of the quantities specified by distribution_1 and distribution_2, separated by the conditions denoted by label_1 and label_2.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.