Description Usage Arguments Value Author(s) See Also
View source: R/visualization.R
plotScatter Renders a scatterplot for two numerical variablesa
1 | plotScatter(data, xLab, yLab, plotTitle = NULL, smooth = TRUE)
|
data |
Data frame containing the quantitative variables |
xLab |
Capital case character string containing the name of the grouping or subset variable |
yLab |
Capital case character string containing the name of the y variable |
plotTitle |
Capital case character string for title of plot |
Scatterplot object
John James, jjames@datasciencesalon.org
Other visualization functions: groupBarPlot,
pieChart, plotBar2,
plotBar, plotBox,
plotCIBars, plotCorr,
plotFreqProp, plotHist,
plotLine, plotQQ,
plotResFit, plotResQQ,
plotStackedBar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.