Re: [R] white lines in barplot

2012-05-09 Thread Marion Wenty
Yes, this worked! Thank you very much!! Marion 2012/5/9 Jim Lemon > On 05/09/2012 07:12 PM, Marion Wenty wrote: > >> Dear R-helpers, >> >> I would like to draw white lines in my barplots to improve the >> visualization. >> >> I include an example: >> >> barplot(sample(1:100,15),**width=0.59,hori

Re: [R] white lines in barplot

2012-05-09 Thread Jim Lemon
On 05/09/2012 07:12 PM, Marion Wenty wrote: Dear R-helpers, I would like to draw white lines in my barplots to improve the visualization. I include an example: barplot(sample(1:100,15),width=0.59,horiz=T,col="steelblue",border="NA",axes=F,ylim=c(0,10),xlim=c(0,100)) abline(v = seq(10, zehni