Skip to content
Back to formatted view

Raw Message

Message-ID: <1302540287573-3442515.post@n4.nabble.com>
Date: 2011-04-11T16:44:47Z
From: PhDGuy
Subject: Zoom on simple.violinplot

Hello,

I am using the function simple.violinplot from the package UsingR.
I have some outliers in my dataset so that the distribution has very long
tails.
As a result, the y-axis of the output of simple.violinplot extends to very
large values. I would like to zoom on the y-axis with a command such as
ylim=c(a,b), as in boxplot(x,ylim=c(a,b)). However, doing
simple.violinplot(x,ylim=c(a,b))  does not work. Is there any way out?


--
View this message in context: http://r.789695.n4.nabble.com/Zoom-on-simple-violinplot-tp3442515p3442515.html
Sent from the R help mailing list archive at Nabble.com.