Can I use ggplot2 to produce a violin plot? Perhaps using some variation of geom_boxplot()?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

A quick googling returns this site, which uses geom_ribbon to draw violin plots for Figure 3.14.

link|improve this answer
Note that this works with corrections: groups.google.com/group/ggplot2/browse_thread/thread/… . Thanks to @RomanLuštrik for this. – gsk3 Feb 21 at 15:12
feedback

Version 0.9.0 includes the geom_violin: http://had.co.nz/ggplot2/docs/geom_violin.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.