Learn R Programming

pcutils (version 0.2.8)

gghist: gg histogram

Description

gg histogram

Usage

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

Value

ggplot

Arguments

x

vector

text_pos

text postion, default is c(0.8, 0.8)

...

parameters parse to gghistogram

Examples

Run this code
if (requireNamespace("ggpubr")) {
  gghist(rnorm(100))
}

Run the code above in your browser using DataLab