View source: R/plotting_utils.R
plot_qq | R Documentation |
creates a qq plot for a numeric-type EDA object.
plot_qq(
eda_object,
signif_digits = 2,
point_color = "steelblue",
point_alpha = 0.5,
point_hjitter = 0.1,
point_wjitter = 0.1,
line_color = "orangered",
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.