Message-ID: <6.1.2.0.0.20041117121916.0acd14a0@10.0.10.66>
Date: 2004-11-17T11:37:47Z
From: Henric Nilsson
Subject: violinplot options
In-Reply-To: <419B2015.6020201@statistik.uni-dortmund.de>
At 10:55 2004-11-17 +0100, Uwe Ligges wrote:
>Looks like nobody else has responded so far.
I actually wrote something, but forgot to send it...
>If you are talking about the function in the package also called
>"vioplot": The function is not very well designed. But since there is not
>much code in it, it is quite easy to add additional functionality yourself
>by adapting the whole function.
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