Description Usage Arguments Value Author(s) See Also
View source: R/visualization.R
groupBarPlot Renders a grouped bar plot with confidence interval bars.
1 | groupBarPlot(data, plotTitle = NULL, values = FALSE)
|
data |
Data frame containing 4 columns: The group parameter; the subgoup variable; the mean value, and the length of the confidence interval. |
plotTitle |
Capital case character string for the title of the plot |
values |
Logical. If true, values will be rendered on bar plots |
Grouped bar plot with confidence / credible interval lines.
John James, jjames@datasciencesalon.org
Other visualization functions: pieChart,
plotBar2, plotBar,
plotBox, plotCIBars,
plotCorr, plotFreqProp,
plotHist, plotLine,
plotQQ, plotResFit,
plotResQQ, plotScatter,
plotStackedBar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.