groupBarPlot: groupBarPlot

Description Usage Arguments Value Author(s) See Also

View source: R/visualization.R

Description

groupBarPlot Renders a grouped bar plot with confidence interval bars.

Usage

1
groupBarPlot(data, plotTitle = NULL, values = FALSE)

Arguments

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

Value

Grouped bar plot with confidence / credible interval lines.

Author(s)

John James, jjames@datasciencesalon.org

See Also

Other visualization functions: pieChart, plotBar2, plotBar, plotBox, plotCIBars, plotCorr, plotFreqProp, plotHist, plotLine, plotQQ, plotResFit, plotResQQ, plotScatter, plotStackedBar


DataScienceSalon/Bayesian-Regression documentation built on May 29, 2019, 12:06 a.m.