I can plot a histogram (with absolute counts) of my data using geom_histogram, but this gives me bars, not a smooth line.
I can use geom_density to get a smooth line, but the axis is frequency, not counts.
Is it possible to get a smooth histogram with absolute counts on the y axis with ggplot?
