View source: R/Functions_plotting_genericData.R
groupedplot | R Documentation |
Wrapper function for ggplot
.
groupedplot( ..., main = c("boxplot", "barplot", "violinplot"), dotplot = TRUE, mark = c("mean", "median"), errorbar = c("Standard Deviation", "95% Confidence Interval"), rotate = TRUE )
... |
arguments passed to |
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 |
a ggplot object that can be plotted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.