[R] plot (cox)

Sarah Goslee @@r@h@go@|ee @end|ng |rom gm@||@com
Mon Apr 15 19:31:39 CEST 2019


You can presumably use xaxt="n" in your plot() statement (see ?par for
details), and then use axis() to make anything you'd like (see ?axis
for details).

Sarah

On Mon, Apr 15, 2019 at 12:51 PM Medic <mailiPadpost using gmail.com> wrote:
>
> In this code:
>
> plot (cox, col=1:2, xscale=1, xlab="OS",  ylab="Probability")
>
> the X scale is divided (by default) as:
>
>  0 ... 50 ... 100 ... 150 ... 200
>
> And I would like so:
>
> 0 ... 12 ... 24 ... 36 ... 48.
>
> I looked ?plot(cox), but did not understand what argument is
> responsible for this.
>
> Pls, help me!
>
> ______________________________________________
> R-help using r-project.org mailing list -- To UNSUBSCRIBE and more, see
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



-- 
Sarah Goslee (she/her)
http://www.numberwright.com



More information about the R-help mailing list