Re: [R] Violin Plot - using ggplot2

2011-03-30 Thread JP
ombination of some data and an aching desire for an answer does not > ensure that a reasonable answer can be extracted from a given body of data. > ~ John Tukey > > > > -Oorspronkelijk bericht- > > Van: r-help-boun...@r-project.org > > [mailto:r-help-boun...@r-proje

Re: [R] Violin Plot - using ggplot2

2011-03-30 Thread ONKELINX, Thierry
kelijk bericht- > Van: r-help-boun...@r-project.org > [mailto:r-help-boun...@r-project.org] Namens JP > Verzonden: woensdag 30 maart 2011 11:26 > Aan: r-help@r-project.org > Onderwerp: [R] Violin Plot - using ggplot2 > > Hi there, > > I am trying to create a violin plot

[R] Violin Plot - using ggplot2

2011-03-30 Thread JP
Hi there, I am trying to create a violin plot with ggplot2 (which looks awesome by the way). I am probably not understanding the code correctly by this is what I am trying (this works if you want to copy and paste it in R) library(ggplot2) p <- rep(c(rep("condition_a", 4), rep("condition_b", 4))