ds_plot_box_group | R Documentation |
Creates box plots if the data has both categorical & continuous variables.
ds_plot_box_group(data, ..., print_plot = TRUE)
data |
A |
... |
Column(s) in |
print_plot |
logical; if |
# subset data
mt <- dplyr::select(mtcarz, cyl, disp, mpg)
# plot select variables
ds_plot_box_group(mtcarz, cyl, gear, mpg)
# plot all variables
ds_plot_box_group(mt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.