8 Commits

Author SHA1 Message Date
815731cbcf utils: Hide garbage output from dev.off()
dev.off() prints not usefull messages like "null device 1" when
finishing. This supresses these messages.
2020-11-03 16:55:29 +01:00
439810a544 survival: Replace manual plotting with sma_plot_file
Replace the manual plotting definitions with the new function to reduce
repitition.
2020-10-22 18:46:30 +02:00
a8c4b327a0 Introduce plot to file function
sma_plot_file(fname, ftype, title_list, legend_list, fun, ...)
can be used to write plot to a file.
It supports all output filetypes R can handle. Title and legend
arguments can be passed as lists.
All available plotting functions can be used, arguments go into a
variable argument list.
2020-10-22 18:29:13 +02:00
fffd300955 .gitignore: Add csv files
Ignore all csv files.
2020-10-22 16:41:51 +02:00
42aec82e36 survival: Change scaling to days per year
The base data was changed from month to years for more precision.
Therefor the scaling of the graphs must be adjusted to days per year
instead of month per year.
2020-10-22 16:38:39 +02:00
e4cead5e99 First version of survival calculation
This adds a R script which calculates the survival starting at diagnosis
and autologous stem cell therapy.
2020-09-03 17:18:06 +02:00
1c778896f0 Add .gitignore
Ignore R specific data and generated graphs.
2020-09-03 16:38:29 +02:00
735d67d730 Initial commit 2020-09-03 11:36:11 +02:00