Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Boxplot From ggplot

The ggplot also provide functionality to display boxplots. The qplot function is a simple interface to generate one. Here we use the audit dataset to explore the distribution of Age against Education.

[width=0.8]rplot-boxplot-qplot


library(rattle)
data(audit)
attach(audit)

http://rattle.togaware.com/code/rplot-boxplot-qplot.R



Copyright © 2004-2006 Graham.Williams@togaware.com
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.