Learn R Programming

descriptr (version 0.5.2)

ds_plot_density: 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 data.frame or tibble.

...

Column(s) in data.

color

Color of the plot.

print_plot

logical; if TRUE, prints the plot else returns a plot object.

Examples

Run this code
# 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