powered by
Creates bar plots if the data has categorical variables.
ds_plot_bar(data, ..., fill = "blue")
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
Color of the bars.
# NOT RUN { ds_plot_bar(mtcarz) ds_plot_bar(mtcarz, cyl) ds_plot_bar(mtcarz, cyl, gear) # }
Run the code above in your browser using DataLab