Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Star Plot

[width=0.9]rplot-stars


# See http://zoonek2.free.fr/UNIX/48_R/04.html
pdf('graphics/rplot-stars.pdf')
  data(mtcars)
  palette(rainbow(12, s = 0.6, v = 0.75))
  stars(mtcars[, 1:7], len = 0.8, key.loc = c(12, 1.5),
        main = "Motor Vehicle Profiles", draw.segments = TRUE)
dev.off()

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



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