Re: [R] Stripchart and Boxplots side-by-side

2008-05-22 Thread Karl Ove Hufthammer
Dieter Wirz: > with(InsectSprays, boxplot(count ~ spray, boxwex = 0.3)) > with(InsectSprays, stripchart(count ~ spray, col = "red", vertical = > TRUE, add = TRUE)) > > But the dots from the stripchart are plotted over the Boxes. > Is there any possibility to have Stripchart and Boxplots side-by-s

[R] Stripchart and Boxplots side-by-side

2008-05-22 Thread Dieter Wirz
Dear all - With the following code I get Boxplots and Stripcharts in one Plot: with(InsectSprays, boxplot(count ~ spray, boxwex = 0.3)) with(InsectSprays, stripchart(count ~ spray, col = "red", vertical = TRUE, add = TRUE)) But the dots from the stripchart are plotted over the Boxes. Is there any

[R] Stripchart and Boxplots side-by-side

2008-05-22 Thread Dieter Wirz
Dear all - With the following code I get Boxplots and Stripcharts in one Plot: with(InsectSprays, boxplot(count ~ spray, boxwex = 0.3)) with(InsectSprays, stripchart(count ~ spray, col = "red", vertical = TRUE, add = TRUE)) But the dots from the stripchart are plotted over the Boxes. Is there any