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()