DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
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.
library(rattle) data(audit) attach(audit) |