plot_hist: plot histogram

View source: R/graphics.R

plot_histR Documentation

plot histogram

Description

plot histogram

Usage

plot_hist(data, label_x = "", label_y = "", color = "white", alpha = 0.25)

Arguments

data

data.frame contain x, value, and variable

label_x

x-axis label

label_y

y-axis label

color

color vector

alpha

transparency level

Value

ggplot graphic

Examples

grf <- plot_hist(iris |> dplyr::select(Sepal.Width), color=c("blue"))
plot(grf)

daltoolbox documentation built on May 29, 2024, 1:57 a.m.