Learn R Programming

descriptr (version 0.5.0)

ds_plot_box_single: Generate box plots

Description

Creates box plots if the data has continuous variables.

Usage

ds_plot_box_single(data, ...)

Arguments

data

A data.frame or tibble.

...

Column(s) in data.

Examples

Run this code
# NOT RUN {
ds_plot_box_single(mtcarz)
ds_plot_box_single(mtcarz, mpg)
ds_plot_box_single(mtcarz, mpg, disp, hp)

# }

Run the code above in your browser using DataLab