View source: R/exploratory_analysis_plot.R
plotVariableByGroupDensity | R Documentation |
plotVariableByGroupDensity
plotVariableByGroupDensity(
plotData,
plotVariable,
groupVariable,
title,
xLabel,
yLabel,
pipelineRunInformation,
filenamePrefix = NULL
)
plotData |
data.frame containing variables to be plotted (at least two column titled <plotVariable> and <groupVariable>) |
plotVariable |
The name of the variable to be plotted |
groupVariable |
The name of the variable representing the individual groups to be plotted |
title |
The title of the plot |
xLabel |
The x-axis label |
yLabel |
The y axis label |
pipelineRunInformation |
the object originally returned by
|
filenamePrefix |
The prefix for the file name of the saved plot object |
The ggplot object for the created grouped density plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.