Re: [R] [BUG] or [undocumented] boxplot - horizontal swaps ylim and xlim

2015-02-13 Thread Rainer M Krug
S Ellison writes: >> When using the function boxplot() together with the argument >> | horizontal = TRUE >> xlim and ylim become swapped, i.e. ylim refers to the x-axis instead of the >> y- >> axis: > > It is neither a bug nor undocumented, though the documentation is a > not in ?boxplot (becaus

Re: [R] [BUG] or [undocumented] boxplot - horizontal swaps ylim and xlim

2015-02-13 Thread S Ellison
> When using the function boxplot() together with the argument > | horizontal = TRUE > xlim and ylim become swapped, i.e. ylim refers to the x-axis instead of the y- > axis: It is neither a bug nor undocumented, though the documentation is a not in ?boxplot (because xlim and ylim aren't defined t

[R] [BUG] or [undocumented] boxplot - horizontal swaps ylim and xlim

2015-02-13 Thread Rainer M Krug
When using the function boxplot() together with the argument , | horizontal = TRUE ` xlim and ylim become swapped, i.e. ylim refers to the x-axis instead of the y-axis: --8<---cut here---start->8--- x <- runif(1000) boxplot(x) boxplot( x, ylim =