plot_gg_bar_anova_eval: Plots stacked bar plot to indicate significantly changed...

View source: R/plot_gg_bar_anova_eval.R

plot_gg_bar_anova_evalR Documentation

Plots stacked bar plot to indicate significantly changed proteins from eval_anova output

Description

Plots stacked bar plot to indicate significantly changed proteins from eval_anova output

Usage

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,
  ...
)

Arguments

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

...

nicohuttmann/pOmics documentation built on Sept. 21, 2022, 9:28 a.m.