Rename plot_survival.R

This scripts is now used to create all plots in this project.
This commit is contained in:
Jens Sauer 2020-11-17 18:10:13 +01:00
parent fcd2d330aa
commit 08f9ddfc23
2 changed files with 6 additions and 4 deletions

View File

@ -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
------------

View File

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