Counts rows at each x. For pre-computed heights use geom_col().
geom_bar(
mapping = NULL,
data = NULL,
color = NULL,
alpha = NULL,
width = 0.8,
position = "stack"
)As in geom_point().
Bar width as a fraction of the slot.
"stack" (default), "dodge", or "identity".
A Layer.