Re: [R] how to change the thickness of the lines of the boxplot outliers

2009-07-30 Thread Paul Murrell
Hi Waverley wrote: Thanks Paul. I reproduced my problem using the example of the ?boxplot which is also at http://stat.ethz.ch/R-manual/R-patched/library/graphics/html/boxplot.html The sample code is as following: boxplot(count ~ spray, data = InsectSprays, col = "lightgray", lwd=40) lwd =

[R] how to change the thickness of the lines of the boxplot outliers

2009-07-30 Thread Waverley
Thanks Paul. I reproduced my problem using the example of the ?boxplot which is also at http://stat.ethz.ch/R-manual/R-patched/library/graphics/html/boxplot.html The sample code is as following: boxplot(count ~ spray, data = InsectSprays, col = "lightgray", lwd=40) lwd = 40 is kind of exaggerat

Re: [R] how to change the thickness of the lines of the boxplot outliers

2009-07-30 Thread Paul Murrell
Hi Waverley wrote: Hi, I tried to use boxplot function. I am following the ?boxplot and can change the whisker box width using lwd parameter. However, when outline=TRUE, the thickness of the circle of the outliers is not proportionally changed when I change the line width of the whisker box.

[R] how to change the thickness of the lines of the boxplot outliers

2009-07-30 Thread Waverley
Hi, I tried to use boxplot function. I am following the ?boxplot and can change the whisker box width using lwd parameter. However, when outline=TRUE, the thickness of the circle of the outliers is not proportionally changed when I change the line width of the whisker box. There must be another