{ggplot2}
qplot (cholesterol, data=retinol, geom="histogram", binwidth=20)
qplot (cholesterol, data=retinol, geom="density")
qplot (cholesterol, data=retinol, geom="density", colour=tabac)
qplot (cholesterol, data=retinol, geom="histogram", binwidth=20, fill=tabac)