Re: [R] modifing barplot

2008-01-19 Thread Uwe Ligges
- Please send plain text mails. - So you REALLY want shading lines? Anyway, set the line width option for the current device prior to calling barplot(): par(lwd=2) barplot(...) Uwe Ligges Monica Pisica wrote: > Hi, > > I would like to modify how barplot plots. For reasons only my superv

[R] modifing barplot

2008-01-18 Thread Monica Pisica
Hi, I would like to modify how barplot plots. For reasons only my supervisor comprehends i need to do the crisscross lines in the bar thicker. If i use lwd=2 the y-axis is thicker, (i use the option beside = TRUE) but nothing else is affected by this parameter - it seems. I looked at th