View source: R/plot_gg_bar_anova_eval.R
plot_gg_bar_anova_eval | R Documentation |
Plots stacked bar plot to indicate significantly changed proteins from eval_anova output
plot_gg_bar_anova_eval( data, columns, labels, x.axis.title = "", y.axis.title = "Proteins", bar.width = 0.9, y.axis.breaks, aspect.ratio = 0.8, legend.position = "right", custom.theme = theme_hjv_half_open, ... )
data |
data |
columns |
columns to use for plot |
labels |
x-axis labels for columns |
x.axis.title |
title of x-axis |
y.axis.title |
title of y-axis |
y.axis.breaks |
break size between ticks of y-axis |
aspect.ratio |
y/x ratio |
legend.position |
where should the legend be printed |
custom.theme |
theme |
... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.