From 08f9ddfc23d1681b33cd153e33c6df7681d2c2c9 Mon Sep 17 00:00:00 2001 From: Jens Sauer Date: Tue, 17 Nov 2020 18:10:13 +0100 Subject: [PATCH] Rename plot_survival.R This scripts is now used to create all plots in this project. --- README.md | 6 +++--- plot_survival.R => plots.R | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) rename plot_survival.R => plots.R (69%) diff --git a/README.md b/README.md index 282a288..eba227f 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,10 @@ secmal.R This file contains the secondary malignancy plots. You can call the functions in R or `sma_plot_file_secmal()` to save them to files. -plot_survival.R ---------------- +plots.R +------- Special script to generate all plots and save them in files. -Run with `Rscript plot_survival.R` +Run with `Rscript plots.R` Dependencies ------------ diff --git a/plot_survival.R b/plots.R similarity index 69% rename from plot_survival.R rename to plots.R index 8b33fcd..adf8398 100644 --- a/plot_survival.R +++ b/plots.R @@ -1,10 +1,12 @@ -# secMalASCT survival plots +# secMalASCT plots # # License: GPL version 3 # Jens Mathis Sauer (c) 2020 source("survival.R") +source("secmal.R") # # Make all plots and save to file sma_plot_file_surv() +sma_plot_file_secmal()