ds_plot_box_single {descriptr} | R Documentation |
Creates box plots if the data has continuous variables.
ds_plot_box_single(data, ..., print_plot = TRUE)
data |
A |
... |
Column(s) in |
print_plot |
logical; if |
ds_plot_box_single(mtcarz)
ds_plot_box_single(mtcarz, mpg)
ds_plot_box_single(mtcarz, mpg, disp, hp)