Histogram layer
geom_histogram(
mapping = NULL,
data = NULL,
color = NULL,
alpha = NULL,
bins = 30,
binwidth = NULL,
position = "stack"
)As in geom_point().
Number of bins (ignored when binwidth is given).
Bin width in data units.
"stack" (default), "dodge", or "identity".
A Layer.