View source: R/visualization-functions.R
boxplot_vars | R Documentation |
This function produces boxplots from the variables provided.
boxplot_vars(md, include_vars, x_var)
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. |
A boxplot with mutiple groups defined by the include_vars argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.