boxGroup: boxplot by groups.

Description Usage Arguments Examples

View source: R/boxGroup.R

Description

boxGroup generate boxplots to compare groups with ggplot2 library.

Usage

1
boxGroup(data, x, g)

Arguments

data

a dataframe.

x

a column name of numeric vector in dataframe which means y.

g

a column name of factor vector in dataframe which means group.

Examples

1
 test <- boxGroup(iris, 'Sepal.Length', 'Species')

lawine90/elseR documentation built on Feb. 7, 2020, 8:22 a.m.