plot_bar: Bar plot.

View source: R/plotting_utils.R

plot_barR Documentation

Bar plot.

Description

creates a bar plot for a factor-type EDA object.

Usage

plot_bar(
  eda_object,
  signif_digits = 2,
  fill_color = "steelblue",
  cust_theme = ggplot2::theme_classic(),
  txt_size = 2.75
)

Arguments

eda_object

an EDA object.

Value

a ggplot object.


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