powered by
Creates density plots if the data has continuous variables.
ds_plot_density(data, ..., color = "blue")
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
Color of the plot.
# NOT RUN { ds_plot_density(mtcarz) ds_plot_density(mtcarz, mpg) ds_plot_density(mtcarz, mpg, disp, hp) # }
Run the code above in your browser using DataLab