Scale
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