The same binning as geom_histogram(), drawn as a line through the bin
centres. Easier to overlay across groups than filled bars.
geom_freqpoly(
mapping = NULL,
data = NULL,
bins = 30,
binwidth = NULL,
color = NULL,
linewidth = NULL,
alpha = NULL
)Standard layer overrides.
Binning, as in geom_histogram().
Appearance.
A Layer to add with +.