Description Usage Arguments Value Examples
This function plots doses of radiation against the cancer cell survival fractions thereby observed.
1 2 3 4 5 6 7 8 |
D |
vector of radiation doses |
SF |
vector of survival fractions corresponding to the doses |
pars |
parameters (alpha, beta) in the equation SF = exp(-alpha * D - beta * D ^ 2) |
filename |
name of PDF which will be created by the function |
fit_curve |
should the graph include a linear-quadratic curve of best fit? Defaults to TRUE |
SF_as_log |
should SF be expressed in log10 on the graph? Defaults to TRUE |
nothing
Function works by side effects only
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.