View source: R/plotting_utils.R
plot_box | R Documentation |
creates a box plot for a numeric-type EDA object.
plot_box(
eda_object,
signif_digits = 2,
point_color = "steelblue",
point_alpha = 0.5,
point_hjitter = 0.1,
point_wjitter = 0.1,
fill_color = "steelblue",
cust_theme = ggplot2::theme_classic(),
...
)
eda_object |
an EDA object. |
a ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.