Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Star Plot

Image 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 © Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
The PDF version is a formatted comprehensive draft book (with over 800 pages).
Brought to you by Togaware. This page generated: Sunday, 22 August 2010