View source: R/exploratory_analysis_plot.R
plotSingleVariableDensity | R Documentation |
plotSingleVariableDensity This old-format function is deprecated and will be removed in a future version of MethylPipeR.
plotSingleVariableDensity(
plotData,
plotVariable,
title,
xLabel,
yLabel,
pipelineRunInformation
)
plotData |
A dataframe containing the variable to be plotted |
plotVariable |
A string specifying the variable to be plotted |
title |
A string specifying the title for the plot |
xLabel |
A string specifying the x-axis label |
yLabel |
A string specifying the y-axis label |
pipelineRunInformation |
a pipelineRunInformation object |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.