Re: [R] ggplot2 box plot notches

2009-09-29 Thread stvienna wiener
Dear Thierry, Thank you very much for the fast reply. Is there a way not to plot outliers in the ggplot2 boxplots? In a way that the scale of the y-axis is rendered as if there was no outlier? (not just the the ouliers removed with the same scale of the y-axsis...) [ example for a boxplot: qpl

Re: [R] ggplot2 box plot notches

2009-09-29 Thread ONKELINX, Thierry
given body of data. ~ John Tukey -Oorspronkelijk bericht- Van: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] Namens stvienna wiener Verzonden: dinsdag 29 september 2009 15:43 Aan: r-help@r-project.org Onderwerp: [R] ggplot2 box plot notches Dear List, I just googled t

[R] ggplot2 box plot notches

2009-09-29 Thread stvienna wiener
Dear List, I just googled to find out if notched box plots are possible with ggplot2, but couldn't find a answer to it. boxplot() has the option: notch = TRUE, e.g.: boxplot(mpg$hwy, notch=TRUE) My example code (taken from the net) is: require(ggplot2) qplot(class, hwy, fill=factor(year), data