optional fill color (single column) or vector for groups
bin
optional bin width passed to geom_density
alpha
fill transparency (0–1)
Details
If data has multiple numeric columns, densities are overlaid and filled by column (group).
When a single column is provided, colors (if set) is used as a constant fill.
The bin argument is passed to geom_density(binwidth=...).