ggcompar: Do something

Description Usage Arguments Author(s) Examples

View source: R/ggcompar.r

Description

Do something

Usage

1
ggcompar(x, y, DDD = NULL)

Arguments

x

a string corresponding to the name of the column in the data frame

y

a string corresponding to the name of the column in the data frame

DDD

a data frame

Author(s)

JuG

Examples

1
2
3
4
x <- c(rnorm(n=30, mean=5), rnorm(n=30, mean=10))
grp <- rep(LETTERS[1:2], each=30)
dtf <- data.frame(x, grp)
ggcompar(x = "x", y = "grp", DDD = dtf)

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