[R] PAR(las)

Ben Bolker ben at eno.Princeton.EDU
Tue Jan 12 23:10:04 CET 1999


On Tue, 12 Jan 1999, Troels Ring wrote:

> Dear friends. In the documentation for PAR it is specified that "las"
> allowing turning axis labels away from default=parallel to axis is not
> implemented. I need to make graphs with horizontal Y axis labels - how
> to ?  I'm using win98.  Thank you in advance.  Sincerely yours
> 

   It *is* implemented, at least in 0.63.1 [SunOS 4.1.4].
   Have you tried it?
 
    par(las=0)
    plot(1:10,1:10)
    par(las=1)
    plot(1:10,1:10)

  Ben Bolker
    

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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