Re: [Rd] Bug in function boxplot's axis labeling

2019-05-15 Thread Martin Maechler
> 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

[Rd] Bug in function boxplot's axis labeling

2019-05-06 Thread Ulrike Grömping
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