ds_plot_density {descriptr} | R Documentation |
Generate density plots
Description
Creates density plots if the data has continuous variables.
Usage
ds_plot_density(data, ..., color = "blue", print_plot = TRUE)
Arguments
data |
A |
... |
Column(s) in |
color |
Color of the plot. |
print_plot |
logical; if |
Examples
ds_plot_density(mtcarz)
ds_plot_density(mtcarz, mpg)
ds_plot_density(mtcarz, mpg, disp, hp)
[Package descriptr version 0.5.2 Index]