[R] logarithmically scaled y-axis in vioplot

2011-11-22 Thread french-connection
Dear all I am trying to make a graphic with the vioplot package. I use the following code: library(vioplot) x1 - GSMrxDL x2 - WIFI x3 - UMT vioplot(x1, x2, x3, ylim=c(0, 10), names=c(GSMrxDL, WIFI, UMT), col=gold) title(NIS Strahlung, xlab=Sender, ylab=V/m) Now I want to scale the y-axis

Re: [R] logarithmically scaled y-axis in vioplot

2011-11-22 Thread Uwe Ligges
On 22.11.2011 12:37, french-connect...@gmx.net wrote: Dear all I am trying to make a graphic with the vioplot package. I use the following code: library(vioplot) x1- GSMrxDL x2- WIFI x3- UMT vioplot(x1, x2, x3, ylim=c(0, 10), names=c(GSMrxDL, WIFI, UMT), col=gold) title(NIS Strahlung,

Re: [R] logarithmically scaled y-axis in vioplot

2011-11-22 Thread Uwe Ligges
On 22.11.2011 12:37, french-connect...@gmx.net wrote: Dear all I am trying to make a graphic with the vioplot package. I use the following code: library(vioplot) x1- GSMrxDL x2- WIFI x3- UMT vioplot(x1, x2, x3, ylim=c(0, 10), names=c(GSMrxDL, WIFI, UMT), col=gold) title(NIS Strahlung,