powered by
Creates grouped bar plots if the data has categorical variables.
ds_plot_bar_grouped(data, ...)
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
# NOT RUN { mt <- dplyr::select(mtcarz, cyl, gear, am) ds_plot_bar_grouped(mt) ds_plot_bar_grouped(mtcarz, cyl, gear) # }
Run the code above in your browser using DataLab