On 6/28/2006 1:49 PM, ivo welch wrote: > Dear R-Wizards: does anyone know how to obtain the width of the > widest y- or x-tick label that R has drawn, so that I can leave > appropriate space between it and my overall axis text label > appropriately?
Probably the easiest way is to draw them yourself. That is, draw the plot with axes=FALSE, then draw the axes using the axis() function, using pretty() to calculate the tick locations. Duncan Murdoch ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
