This function and its associated methods calculate gEUD value(s) for a given DVH or DVH.list object.
Usage
# S4 method for DVH,numeric
gEUD(x, a, dose.units = c("cGy", "Gy"))
# S4 method for DVH.list,numeric
gEUD(x, a, dose.units = c("cGy", "Gy"))
Value
Returns a numeric vector containing the gEUD values (in units of dose.units) for all input objects.
Arguments
x
Can represent either an object of class DVH or DVH.list for which to calculate gEUD value(s).
a
Numeric value specifying tissue-specific parameter, should be negative for target structures (e.g. tumor) and positive for organs at risk. For a=1, the EUD is equivalent to mean dose, while for a=Inf and a=-Inf, the EUD is equivalent to maximum and minimum doses, respectively.
dose.units
Value specifying dose units (must be one of "cGy" or "Gy").
Thieke, C., Bortfeld, T., Niemierko, A., and Nill, S. (2003)
From physical dose constraints to equivalent uniform dose constraints in inverse radiotherapy planning.
Med Phys30(9), 2332-2339.