Dear all, I would like to make a survival analysis graph line with all fonts in Times New Roman, Including all the numbers in x-y axis and the legend explanation. I know how to change fonts for the x-y axis labels (from http://www.statmethods.net/advgraphs/parameters.html ) and this is what i did : # SURVIVAL PLOT colsurvival<-c("black", "black", "black", "black") windowsFonts(A=windowsFont("Times New Roman"))
plot(fit1, lty=c(2, 1, 4, 3), lwd=2, col=colsurvival, yscale=100, frame.plot=FALSE) title(xlab="results", cex.lab=1.3, cex.axis=1.3, ylab="percentage survival", family="A") legend(âbottomleftâ, â¦â¦â¦etcâ¦) I have the titles all in TimesNEw Roman, but not the number in x-y axis. Is there anyone can help me here? Thank you very much in advance, Kind regards, Yakamu  [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list 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.