This function produces boxplots from the variables provided.

boxplot_vars(md, include_vars, x_var)

Arguments

md

A data frame with sample identifiers in a column and relevant experimental covariates.

include_vars

A vector of variables to visualize

x_var

Variable to plot on the x-axis.

Value

A boxplot with mutiple groups defined by the include_vars argument.