plotHist: plotHist

Description Usage Arguments Value Author(s) See Also

View source: R/visualization.R

Description

plotHist Renders a histogram with a normal curve as well as a table of summary statistics.

Usage

1
plotHist(data, xLab = NULL, yLab, plotTitle = NULL)

Arguments

data

Data frame containing a single numeric variable

xLab

Capital case character string the group or subset of data being printed (optional)

yLab

Capital case character string describing y is being printed

plotTitle

Capital case character string for the plotTitle of the plot

Value

List containing a summary statistics and a histogram

Author(s)

John James, jjames@datasciencesalon.org

See Also

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


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