Message-ID: <49ab818a-9190-c4ad-7af8-90c0048e0991@gmail.com>
Date: 2018-05-20T19:40:25Z
From: Duncan Murdoch
Subject: Scale
In-Reply-To: <1526844747.528644122@f344.i.mail.ru>
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