Re: [R] Text in barplot.

2009-08-24 Thread jim holtman
?strwrap On Mon, Aug 24, 2009 at 3:53 AM, koj wrote: > > Dear all, > > i want to display a text in a barplot. > > Actual I simply work with the following lines: > text(0.3,0.2,substring(teammembers.paint,1,140),cex=0.45,pos=4,srt=90) > text(0.48,0.2,substring(teammembers.paint,141,1000),cex=0.45,p

[R] Text in barplot.

2009-08-24 Thread koj
Dear all, i want to display a text in a barplot. Actual I simply work with the following lines: text(0.3,0.2,substring(teammembers.paint,1,140),cex=0.45,pos=4,srt=90) text(0.48,0.2,substring(teammembers.paint,141,1000),cex=0.45,pos=4,srt=90) The problem is, that "teammembers.paint" could be ver