[R] Scale
Duncan Murdoch
murdoch@dunc@n @end|ng |rom gm@||@com
Sun May 20 21:40:25 CEST 2018
On 20/05/2018 3:32 PM, Ed medicine via R-help wrote:
>
> I would like to get horizontal numbers on the both axes: X and Y.
> I got horizontal numbers only on the Y axis when adding las=2,
> How to obtain a horizontal orientation for number on scale also for the X axis
> (now they are vertical)? Here is my code:
> plot(survfit(Y~addicts$clinic), fun="cloglog", las=2)
Did you try las = 1? That's what the documentation (in ?par) says to do.
Duncan Murdoch
More information about the R-help
mailing list