[Rd] Bug in function boxplot's axis labeling
Ulrike Grömping
groemp|ng @end|ng |rom beuth-hoch@chu|e@de
Mon May 6 10:09:05 CEST 2019
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 correct labels would be obtained by
boxplot(time ~ poison, poisons, horizontal=TRUE, xlab="time", ylab="poison")
Best, Ulrike
--
##############################################
## Prof. Ulrike Groemping
## FB II
## Beuth University of Applied Sciences Berlin
##############################################
## prof.beuth-hochschule.de/groemping
## Phone: +49(0)30 4504 5127
## Fax: +49(0)30 4504 66 5127
## Home office: +49(0)30 394 04 863
##############################################
More information about the R-devel
mailing list