ds_plot_box_group {descriptr} | R Documentation |
Compare distributions
Description
Creates box plots if the data has both categorical & continuous variables.
Usage
ds_plot_box_group(data, ..., print_plot = TRUE)
Arguments
data |
A |
... |
Column(s) in |
print_plot |
logical; if |
Examples
mt <- dplyr::select(mtcarz, cyl, disp, mpg)
ds_plot_box_group(mt)
ds_plot_box_group(mtcarz, cyl, gear, mpg)
[Package descriptr version 0.5.2 Index]