Skip to content
Prev 59183 / 398502 Next

violinplot options

At 10:55 2004-11-17 +0100, Uwe Ligges wrote:

            
I actually wrote something, but forgot to send it...
That's the ambitious approach!

Tanja: If you just want to add the title and y axis label, the title 
function suffices. E.g.

 > library(vioplot)
 > vioplot(runif(10))
 > title(main = "A title", ylab = "The y label")

HTH,
Henric