Re: [R] barplot - change width of bar outline

2011-06-03 Thread CAB
Thanks very much Rolf and Marc - this works great! Claire -- View this message in context: http://r.789695.n4.nabble.com/barplot-change-width-of-bar-outline-tp3569552p3571500.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-pro

Re: [R] barplot - change width of bar outline

2011-06-03 Thread Rolf Turner
U, addendum/correction. Forget what I said about cross-hatching. Without realizing it, I was looking at my own personal/local version of barplot.default, into which I'd built a cross-hatching capability. The ``real'' barplot.default doesn't have such a capability. Apparently R Core doesn

Re: [R] barplot - change width of bar outline

2011-06-02 Thread Marc Schwartz
On Jun 2, 2011, at 10:54 PM, Rolf Turner wrote: > On 03/06/11 10:26, CAB wrote: >> Dear R users >> I am modifying a column chart which I have created in R using barplot to >> make it clearer. I have been able to change the settings to increase the >> width of the axes lines and the text size but

Re: [R] barplot - change width of bar outline

2011-06-02 Thread Rolf Turner
On 03/06/11 10:26, CAB wrote: Dear R users I am modifying a column chart which I have created in R using barplot to make it clearer. I have been able to change the settings to increase the width of the axes lines and the text size but I cannot find the code to change the width of the lines which

[R] barplot - change width of bar outline

2011-06-02 Thread CAB
Dear R users I am modifying a column chart which I have created in R using barplot to make it clearer. I have been able to change the settings to increase the width of the axes lines and the text size but I cannot find the code to change the width of the lines which create the bars/columns themselv