Learn R Programming

mdapack (version 0.0.2)

plotBoxplotGroup: A plotBoxplotGroup Function

Description

'plotBoxplotGroup' function plots boxplots by group.

Usage

plotBoxplotGroup(dat, x, ...)

Arguments

dat

Data in frame format.

x

A grouping variable.

...

Other parameters.

Value

Returns a box plot for each grouping variable

Examples

Run this code
# NOT RUN {
data(iris)
plotBoxplotGroup(iris, 'Species')
# }

Run the code above in your browser using DataLab