plot_histogram: Histogram.

View source: R/plotting_utils.R

plot_histogramR Documentation

Histogram.

Description

creates a histogram for a numeric-type EDA object.

Usage

plot_histogram(
  eda_object,
  signif_digits = 2,
  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.