gghist: gg histogram

gghistR Documentation

gg histogram

Description

gg histogram

Usage

gghist(x, text_pos = c(0.8, 0.8), ...)

Arguments

x

vector

text_pos

text postion, default is c(0.8, 0.8)

...

parameters parse to gghistogram

Value

ggplot

Examples

if (requireNamespace("ggpubr")) {
  gghist(rnorm(100))
}

pcutils documentation built on April 4, 2025, 5:14 a.m.