Skip to content
Prev 13631 / 63421 Next

argument srt for mtext(); was: [R] using text on the x axis ticks rather than numbers

Marc Schwartz wrote:

            
As Brian already pointed out, you are not the only "confuzzled" one ... 
  at least one of the other "confuzzled" people here has not decided 
anything yet. ;-)
If someone is going to force a decision and convinces me, I'll probably 
try to provide a patch.

The most problematic point (mentioned by Brian Ripley) is the automatic 
settings of the "adj" and "padj" values (related to reading direction, 
as of R-2.0.0 alpha). Both have good defaults for parallel and 
perpendicular text (related to axis) now, but what happens if srt is 
set, and in particluar what happens if
   (srt %% 90) != 0
My suggestion is to use the default settings for *adjustment* ("adj" and 
"padj") derived from "las" and "side" as usual - even if *rotation* is 
no longer derived from "las" and "side".

Uwe