Axis labels
Philipp Pagel wrote:
Hello R-experts!
When I produce a plot R takes avoids overlapping axis labels in order to
maintain readabilty which is great. But now I have written a little
custom plot function in which I set my own labels and label
positions after generating the actual plot:
axis(..., lables=c('A', 'B', 'F', 'G', 'M'), at=mypositions)
I realize that this isn't what you asked for, but there is a function for staggering long axis labels in "Kickstarting R" at: http://cran.r-project.org under Contributed Documentation. Might help. Jim