View source: R/plotting_utils.R
plot_bar | R Documentation |
creates a bar plot for a factor-type EDA object.
plot_bar(
eda_object,
signif_digits = 2,
fill_color = "steelblue",
cust_theme = ggplot2::theme_classic(),
txt_size = 2.75
)
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.