getEQD2 {DVHmetrics} | R Documentation |
2Gy fractions biologically equivalent dose (EQD2)
Description
Calculate dose in 2Gy fractions biologically equivalent dose according to the linear-quadratic model, assuming a homogeneous dose distribution within the volume.
Usage
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## Default S3 method:
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHs'
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHLst'
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
## S3 method for class 'DVHLstLst'
getEQD2(D=NULL, fd=NULL, fn=NULL, ab=NULL)
Arguments
D |
Default: Total dose. If |
fd |
Fractional dose. If |
fn |
Number of fractions. If |
ab |
alpha/beta ratio for the relevant tissue. If |
Details
EQD2 is a special case of isoeffective dose calculation with fractional dose d2=2
, see getIsoEffD
. The calculation assumes a homogeneous dose distribution within the volume.
Value
Default method: A data frame with variables EQD2
, fractDose
, ab
.
If D
is some kind of DVH
object, the same kind of object is returned with the individual dose values converted to EQD2.
References
IAEA, & ICRU. (2008). Relative biological effectiveness in ion-beam therapy (Tech. Rep. No. IAEA-TR 461). Vienna, Austria: IAEA (International Atomic Energy Agency) and ICRU (International Commission on Radiation Units and Measurements).
See Also
Examples
getEQD2(D=50, fd=2.5, ab=c(2, 3, 4))
getEQD2(dataMZ[[c(1, 1)]], fd=1.8, ab=3)