ggboxplot: Do something

Description Usage Author(s) Examples

View source: R/ggboxplot.r

Description

Do something

Usage

1
ggboxplot(x, y, Groupe = NULL)

Author(s)

JuG

Examples

1
2
3
4
5
x <- rnorm(n=20, mean=10)
y <- rep(LETTERS[1:2], each=20)
grp <- rep(LETTERS[3:4], 20)
ggboxplot( x=x, y=y)
ggboxplot( x=x, y=y, Groupe = grp)

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