[R] horizontal boxplot + xlim

Antje niederlein-rstat at yahoo.de
Mon Oct 6 16:09:12 CEST 2008


Hi there,

I get a strange behaviour of a boxplot with the following code. There seems to 
be a problem with the xlim-parameter. Did I do anything wrong? What else can I 
do to force the boxplot to have a defined x-range?

x <- rnorm(100)
boxplot(x, notch=TRUE, xlab=parameter, xlim <- c(-4,4), horizontal = TRUE)


Antje



More information about the R-help mailing list