Skip to content
Prev 277062 / 398506 Next

beanplot without log scale?

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: