plotBox: plotBox

Description Usage Arguments Value Author(s) See Also

View source: R/visualization.R

Description

plotBox Renders a single or grouped box plot.

Usage

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

Arguments

data

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

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

title

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: plotCooks, plotFreqProp, plotHist, plotQQ, plotResAll, plotResFit, plotResLeverage, plotResQQ, plotScatter


DataScienceSalon/movies documentation built on May 28, 2019, 12:24 p.m.