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 = 20,
position = identity,
color = NULL,
alpha = 1,
binwidth = 0.1,
range = NULL);
A histogram plot layer