Date: Tue, 12 Jan 1999 17:10:04 -0500 (EST)
From: Ben Bolker <ben@eno.Princeton.EDU>
To: Troels Ring <tring@mail1.stofanet.dk>
Subject: Re: [R] PAR(las)
In-Reply-To: <000b01be3e75$8c2b5b60$2c4fa8c0@tring.stofanet.dk>
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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._