plot_ions: Plots a mixed field.

Usage Arguments Author(s) Examples

View source: R/plot_ions.R

Usage

1
plot_ions(dose, LET, ratios, E, models, dE = NULL, n = 20, ...)

Arguments

dose

Numeric vector corresponding to the sum dose in cGy.

LET

Numeric vector of all LET values, must be length n.

ratios

Numeric vector of all dose ratios, must be length n.

E

Vector of DER functions taking dose and LET as arguments.

...

Optional arguments to DER functions in E.

Author(s)

Edward Greg Huang <eghuang@berkeley.edu>

Examples

1
2
3
4
5
ion_data      <- load_ion_data("one_ion.csv")
HZE_nte_der   <- make_der(ion_data, TRUE, TRUE)
HZE_nte_model <- make_model(ion_data, TRUE, TRUE)
plot_ions(0:100, c(193, 70), c(1/3, 2/3), E = c(HZE_nte_der, HZE_nte_der),
          models = list(HZE_nte_model, HZE_nte_model))

eghuang/synergy documentation built on Dec. 31, 2019, 8:55 a.m.