plotBox: plotBox

Description Usage Arguments Value Author(s) See Also

Description

plotBox Renders a single or grouped box plot.

Usage

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

Arguments

data

Data frame or vector containing two columns: 1: Numeric response variable (y) 2: Categorical independent variable (x)

xLab

Capital case character string containing the name of the x variable (optional)

yLab

Capital case character string containing the name of the y variable

plotTitle

Character case character string containing the title for the plot

Value

List containing a contingency table and a stacked bar plot.

Author(s)

John James, jjames@datasciencesalon.org

See Also

Other visualization functions: plotBar, plotCooks, plotCorr, plotFreqProp, plotHist, plotLinear, plotLine, plotQQ, plotResAll, plotResFit, plotResLeverage, plotResQQ, plotScatter


DataScienceSalon/mdb documentation built on May 28, 2019, 12:23 p.m.