gghist {pcutils} | R 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 |
Value
ggplot
Examples
if (requireNamespace("ggpubr")) {
gghist(rnorm(100))
}
[Package pcutils version 0.2.6 Index]