Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Violin Plot

[width=0.8]rplot-wine-vioplot


load("wine.Rdata")
library(vioplot)
attach(wine)
vioplot(Ash, Malic, Phenols, Flavanoids, Dilution,
        names=c("Ash", "Malic", "Phenols", "Flavanoids", "Dilution"))

http://rattle.togaware.com/code/rplot-wine-vioplot.R

See also

> library(lattice)
> example(panel.violin)



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