plotBar: plotBar

Description Usage Arguments Value Author(s) See Also

View source: R/visualization.R

Description

plotBar Renders a bar plot with bars sequenced by value left to right.

Usage

1
2
plotBar(data, yLab, xLab, plotTitle = NULL, values = TRUE,
  horizontal = FALSE, legend = TRUE)

Arguments

data

Data frame or vector containing a single categorical factor variable

yLab

Capital case character string describing the y variable

xLab

Capital case character string containing the name of the variable x variable

plotTitle

Capital case character string for the title of the plot

Value

Bar plot

Author(s)

John James, jjames@datasciencesalon.org

See Also

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


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