Re: [R] horizontal boxplot + xlim

2008-10-07 Thread Ben Bolker
Antje yahoo.de> writes: > 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, xla

Re: [R] horizontal boxplot + xlim

2008-10-06 Thread Richard . Cotton
> True, I made a mistake here. Still, I have problems to visualize my data (not > the example code I used). I just see a flat line instead a proper plot... > > Another example code with creating a strange plot: > > x <- rnorm(100) + 100 > maxval <- max(x) > boxplot(x, notch=TRUE, xlim = c(0,ma

Re: [R] horizontal boxplot + xlim

2008-10-06 Thread Antje
[EMAIL PROTECTED] schrieb: 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, x

Re: [R] horizontal boxplot + xlim

2008-10-06 Thread Richard . Cotton
> 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

[R] horizontal boxplot + xlim

2008-10-06 Thread Antje
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), ho