Description Usage Arguments Details Value Examples
Create desnsity plots for all quantitative variables in a data frame.
| 1 | 
| data | data frame | 
| fill | fill color for density plots | 
| adjust | a factor multiplied by the smoothing bandwidth. See details. | 
The densities function will only plot quantitative variables from
a data frame. Categorical variables are ignored.
The adjust parameter mulitplies the smoothing parameter. For example
adjust = 2 will make the density plots twice as smooth.
The adjust = 1/2 will make the density plots half as smooth (i.e., twice as spiky).
a ggplot graph
| 1 2 3 4 5 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.