Previous changeset 30:e5b8435e5379 (2017-10-02) |
Commit message:
Uploaded |
modified:
survival/survival.R |
b |
diff -r e5b8435e5379 -r ef13fa666e0e survival/survival.R --- a/survival/survival.R Mon Oct 02 11:03:58 2017 -0400 +++ b/survival/survival.R Tue Oct 03 09:40:44 2017 -0400 |
b |
@@ -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() |