Skip to content

beanplot without log scale?

2 messages · Twila Moon, Dennis Murphy

#
Hi:

Try the log = "" argument to beanplot(). Here's an example:

library('beanplot')
v <- exp(runif(1000, 0, 10))
beanplot(v)
beanplot(v, log = '"")

HTH,
Dennis
On Thu, Nov 10, 2011 at 1:27 PM, Twila Moon <twilap at uw.edu> wrote: