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 ##############################################
>>>>> 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 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 Yes, indeed. Thank you, Ulrike, belatedly. I've committed a corresponding change to R-devel yesterday, svn r 75503, and will port that to "R 3.6.0 patched" (so it will make it into R 3.6.1 and all newer versions) in a day or so. Best, Martin -- Martin Maechler at R-project.org & @ETHZ.ch
Apparently Analagous Threads
- Importing function that is previously imported by other package
- Private environments and/or assignInMyNamespace
- Whine in dual core Windows PC if R uses full CPU capacity
- Wishlist: install.packages to look for the newest version (PR#13853)
- Wishlist: install.packages to look for the newest version of a package (PR#13851)