Description Usage Author(s) Examples
View source: R/ggboxplot.r
Do something
1
ggboxplot(x, y, Groupe = NULL)
JuG
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)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.