gghist | R Documentation |
gg histogram
gghist(x, text_pos = c(0.8, 0.8), ...)
x |
vector |
text_pos |
text postion, default is c(0.8, 0.8) |
... |
parameters parse to |
ggplot
if (requireNamespace("ggpubr")) {
gghist(rnorm(100))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.