Skip to content
Prev 8492 / 29559 Next

rotate label in plot based on polygon shape

On Thu, 10 Jun 2010, christiaan pauw wrote:

            
The par(srt=) argument can be set to rotate all labels in a text() command 
- it only takes a single value in each call to text(), but not the letters 
in a label. Label placement is a hard problem to solve automatically. See 
?pointLabel in maptools for some unrotated ways of avoiding point labels 
overlapping, but I don't think that it will help much. Can you abbreviate 
the labels - see ?abbreviate?

Roger