gghist: Do something

Description Usage Author(s) Examples

View source: R/gghist.r

Description

Do something

Usage

1
gghist(x1, Groupe = NULL)

Author(s)

JuG

Examples

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)

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.