plot_violin: Violin plot.

View source: R/plotting_utils.R

plot_violinR Documentation

Violin plot.

Description

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

Usage

plot_violin(
  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.