ds_plot_box_single | 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 |
# plot single variable
ds_plot_box_single(mtcarz, mpg)
# plot multiple variables
ds_plot_box_single(mtcarz, mpg, disp, hp)
# plot all variables
ds_plot_box_single(mtcarz)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.