[R] modifing barplot

Uwe Ligges ligges at statistik.tu-dortmund.de
Sat Jan 19 19:30:22 CET 2008


- 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 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 the barplot.r code but i am afraid i don't quite understand it so ..... i am at loss.
>  
> I am using windows xp and R 2.6.1.
>  
> I will really appreciate if anybody has any idea how to do it.
>  
> Thanks,
>  
> Monica 
> _________________________________________________________________
> Need to know the score, the latest news, or you need your Hotmail®-get your "fix".
> 
> 	[[alternative HTML version deleted]]
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list