plot_condition: plot_condition

View source: R/plotting_functions.R

plot_conditionR Documentation

plot_condition

Description

plot_condition

Usage

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_1 and distribution_2, separated by the conditions denoted by label_1 and label_2.

Author(s)

Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de


MitoHEAR documentation built on March 18, 2022, 6:47 p.m.