plotHistogram {peakPantheR} | R Documentation |
Plot the histogram and density of the variable
plotHistogram(var, varName = "Variable", density = TRUE, ...)
var |
(float) vector of values to plot |
varName |
(str) Name of the variable to plot |
density |
(bool) If TRUE plot overlay the density on the variable |
... |
Passes arguments to ggplot2::geom_histogram, e.g. |
Grob (ggplot object)