ds_plot_box_group: Compare distributions

Description Usage Arguments Examples

View source: R/ds-plots.R

Description

Creates box plots if the data has both categorical & continuous variables.

Usage

1
ds_plot_box_group(data, ..., print_plot = TRUE)

Arguments

data

A data.frame or tibble.

...

Column(s) in data.

print_plot

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

Examples

1
2
3
mt <- dplyr::select(mtcarz, cyl, disp, mpg)
ds_plot_box_group(mt)
ds_plot_box_group(mtcarz, cyl, gear, mpg)

descriptr documentation built on Dec. 15, 2020, 5:37 p.m.