View source: R/plotting_utils.R
plot_histogram | R Documentation |
creates a histogram for a numeric-type EDA object.
plot_histogram(
eda_object,
signif_digits = 2,
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.