R/plots.R
gghist.Rd
gg histogram
gghist(x, text_pos = c(0.8, 0.8), ...)
vector
text postion, default is c(0.8, 0.8)
parameters parse to gghistogram
gghistogram
ggplot
if (requireNamespace("ggpubr")) { gghist(rnorm(100)) } #> Loading required namespace: ggpubr