| groupedplot {Mosaic} | R Documentation |
Plot summary data on grouped data
groupedplot(..., main = c("boxplot", "barplot", "violinplot"), dotplot = T,
dsize = 1, mark = c("mean", "median"),
errorbar = c("Standard Deviation", "95% Confidence Interval"),
rotate = T)
... |
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 |