| gEUD | R Documentation | 
This function and its associated methods calculate gEUD value(s) for a given DVH or DVH.list object.
## S4 method for signature 'DVH,numeric'
gEUD(x, a, dose.units = c("cGy", "Gy"))
## S4 method for signature 'DVH.list,numeric'
gEUD(x, a, dose.units = c("cGy", "Gy"))	
| x | Can represent either an object of class  | 
| a | Numeric value specifying tissue-specific parameter, should be negative for target structures (e.g. tumor) and positive for organs at risk. For  | 
| dose.units | Value specifying dose units (must be one of  | 
Returns a numeric vector containing the gEUD values (in units of dose.units) for all input objects.
Reid F. Thompson (reid.thompson@gmail.com)
Thieke, C., Bortfeld, T., Niemierko, A., and Nill, S. (2003) From physical dose constraints to equivalent uniform dose constraints in inverse radiotherapy planning. Med Phys 30(9), 2332-2339.
DVH, DVH.list
data("RadOnc")
gEUD(janedoe, 1) == unlist(janedoe$"Dmean")
gEUD(janedoe, Inf) == unlist(janedoe$"Dmax")
gEUD(janedoe, -Inf) == unlist(janedoe$"Dmin")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.