Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Basic Histogram

A histogram illustrates the distribution of values. The following example is the most basic of histograms.

[width=0.8]rplot-hist


pdf("graphics/rplot-hist.pdf")
  hist(rnorm(200))
dev.off()

http://rattle.togaware.com/code/rplot-hist.R



Copyright © 2004-2006 [email protected]
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.