plot_box: Box plot.

View source: R/plotting_utils.R

plot_boxR Documentation

Box plot.

Description

creates a box plot for a numeric-type EDA object.

Usage

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(),
  ...
)

Arguments

eda_object

an EDA object.

Value

a ggplot object.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.