Skip to content

Help: Beanplots calculating wrong average

1 message · Tom Wainwright

#
On 11/26/2009 02:25 AM, Michael Hopgood wrote:
Hi Michael,

I don't know beanplot() well enough to know if it can be forced to do exactly 
what you want.  You should be able to use the "what" argument to suppress the 
mean lines, then you could add your own average lines using lines() or 
segments().  You could of course also modify the code to suit your needs (mybean 
<- beanplot; edit mybean), but it looks pretty complicated.

	Tom Wainwright