[R] rotate ylab

Prof Brian Ripley ripley at stats.ox.ac.uk
Mon Jun 11 18:50:58 CEST 2001


On Mon, 11 Jun 2001, Rob Foxall wrote:

> Hello,
> 	I have an expression for the y axis, which I wish to rotate by 90
> degrees (so that this label has the same orientation as for the x
> axis). Thought the graphical parameter crt (or srt) would do the trick,
> but haven't had any joy so far. Any ideas?
> (Using Version 1.2.2, linux, redhat 7.0)

>From ?par:

     las: numeric in {0,1,2,3}; the style of axis labels.

          0: always parallel to the axis [default],

          1: always horizontal,

          2: always perpendicular to the axis,

          3: always vertical.

          Note that other string/character rotation (via  `par(srt =
          ..)') does not affect the axis labels.



-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list