groupedplot {Mosaic}R Documentation

Plot summary data on grouped data

Description

Plot summary data on grouped data

Usage

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

Arguments

...

arguments passed to ggplot2::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


[Package Mosaic version 0.7.0 Index]