Re: [R] 'beside' option for boxplots

2009-06-04 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 Uwe Ligges Verzonden: donderdag 4 juni 2009 13:45 Aan: Malcolm Ryan CC: r-help@r-project.org Onderwerp: Re: [R] 'beside' option for boxplots Example

Re: [R] 'beside' option for boxplots

2009-06-04 Thread Uwe Ligges
Example: boxplot(d1$b ~ d1$a, pars = list(boxwex = 0.15), at=c(1:3 - 0.1), xaxt="n") boxplot(d2$b ~ d2$a, add=T, pars = list(boxwex = 0.15), at=c(1:3 + 0.1), xaxt="n") axis(1, at=1:3) Uwe Malcolm Ryan wrote: Is there any way to get a boxplot of several data sets beside one another on the sam