Mercurial > repos > testtool > survival
changeset 31:ef13fa666e0e draft default tip
Uploaded
author | testtool |
---|---|
date | Tue, 03 Oct 2017 09:40:44 -0400 |
parents | e5b8435e5379 |
children | |
files | survival/survival.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/survival/survival.R Mon Oct 02 11:03:58 2017 -0400 +++ b/survival/survival.R Tue Oct 03 09:40:44 2017 -0400 @@ -16,7 +16,7 @@ write.csv(save.df, fit) png(png) -plot(tofit,xlab="Survival (days)", ylab="Survival", lwd=2,xlim=c(0,1900),ylim=c(0.3,1),col=c("red","blue")) +plot(tofit,xlab="Time", ylab="Survival", lwd=2,xlim=c(0,1900),ylim=c(0.3,1),col=c("red","blue")) legend("topright",legend=c("low","high"),lty=c(1,1), lwd=c(2.5,2.5),col=c("red","blue")) dev.off()