Description Usage Author(s) Examples
View source: R/gghist.r
Do something
1
gghist(x1, Groupe = NULL)
JuG
1 2 3 4
x <- c(rnorm(n=10, mean=5), rnorm(n=10, mean=10)) grp <- rep(LETTERS[1:2], each=10) gghist(x1 = x) gghist(x1 = x, Groupe = grp)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.