groupedplot: Plot summary data on grouped data

View source: R/Functions_plotting_genericData.R

groupedplotR Documentation

Plot summary data on grouped data

Description

Wrapper function for ggplot.

Usage

groupedplot(
  ...,
  main = c("boxplot", "barplot", "violinplot"),
  dotplot = TRUE,
  mark = c("mean", "median"),
  errorbar = c("Standard Deviation", "95% Confidence Interval"),
  rotate = TRUE
)

Arguments

...

arguments passed to ggplot()

main

plot type

dotplot

boolean whether or not to plot individual values as dots

mark

select a value to be plotted

errorbar

select type of error bar

rotate

boolean whether or not to rotate x-axis labels

Value

a ggplot object that can be plotted.


mjhelf/METABOseek documentation built on April 27, 2022, 5:13 p.m.