powered by
Creates box plots if the data has continuous variables.
ds_plot_box_single(data, ...)
A data.frame or tibble.
data.frame
tibble
Column(s) in data.
data
# NOT RUN { ds_plot_box_single(mtcarz) ds_plot_box_single(mtcarz, mpg) ds_plot_box_single(mtcarz, mpg, disp, hp) # }
Run the code above in your browser using DataLab