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 June 26, 2024, 1:06 a.m.