plotLine: plotLine

Description Usage Arguments Value Author(s) See Also

View source: R/visualization.R

Description

plotLine Renders a line plot

Usage

1
2
plotLine(data, xticks = TRUE, xLab, yLab, yLow = NULL, yHigh = NULL,
  plotTitle = NULL)

Arguments

data

Data frame containing three variables: (1) x data, (2), y data, and (3) the grouping variable.

xticks

Logical indicating whether xticks should be rendered.

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: groupBarPlot, pieChart, plotBar2, plotBar, plotBox, plotCIBars, plotCorr, plotFreqProp, plotHist, plotQQ, plotResFit, plotResQQ, plotScatter, plotStackedBar


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