plot_condition

plot_condition(
  distribution_1,
  distribution_2,
  label_1,
  label_2,
  name_x,
  name_y,
  name_title
)

Arguments

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.

Value

ggplot2 boxplot of the quantities specified by distribution_1and distribution_2, separated by the conditions denoted by label_1 and label_2.

Author

Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de