Rename plot_survival.R
This scripts is now used to create all plots in this project.
This commit is contained in:
parent
fcd2d330aa
commit
08f9ddfc23
@ -15,10 +15,10 @@ secmal.R
|
|||||||
This file contains the secondary malignancy plots. You can call the
|
This file contains the secondary malignancy plots. You can call the
|
||||||
functions in R or `sma_plot_file_secmal()` to save them to files.
|
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.
|
Special script to generate all plots and save them in files.
|
||||||
Run with `Rscript plot_survival.R`
|
Run with `Rscript plots.R`
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
------------
|
||||||
|
|||||||
@ -1,10 +1,12 @@
|
|||||||
# secMalASCT survival plots
|
# secMalASCT plots
|
||||||
#
|
#
|
||||||
# License: GPL version 3
|
# License: GPL version 3
|
||||||
# Jens Mathis Sauer (c) 2020
|
# Jens Mathis Sauer (c) 2020
|
||||||
|
|
||||||
source("survival.R")
|
source("survival.R")
|
||||||
|
source("secmal.R")
|
||||||
|
|
||||||
#
|
#
|
||||||
# Make all plots and save to file
|
# Make all plots and save to file
|
||||||
sma_plot_file_surv()
|
sma_plot_file_surv()
|
||||||
|
sma_plot_file_secmal()
|
||||||
Loading…
x
Reference in New Issue
Block a user