geom_histogram {ggplot2} | R Documentation |
Visualise the distribution of a single continuous variable by dividing
the x axis into bins and counting the number of observations in each bin.
Histograms (geom_histogram()
) display the counts with bars;
geom_histogram(bins,
color = NULL,
alpha = 1,
range = NULL);