powered by
'plotBoxplotGroup' function plots boxplots by group.
plotBoxplotGroup(dat, x, ...)
Data in frame format.
A grouping variable.
Other parameters.
Returns a box plot for each grouping variable
# NOT RUN { data(iris) plotBoxplotGroup(iris, 'Species') # }
Run the code above in your browser using DataLab