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@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.