> Ulrike Grömping
> on Mon, 6 May 2019 10:09:05 +0200 writes:
> Dear developeRs, I appreciate that boxplot now labels the
> axes with variable names per default. However, with
> argument "horizontal=TRUE" (which I always use), the
> default axis labels are mixed up, as
Dear developeRs,
I appreciate that boxplot now labels the axes with variable names per
default. However, with argument "horizontal=TRUE" (which I always use),
the default axis labels are mixed up, as can e.g. be seen with
require(boot)
boxplot(time ~ poison, poisons, horizontal=TRUE)
The cor